I am trying to compare LP solvers to see wheter I can use them for my problem. In ding so I need an accurate solver. What I could find are tolerances, though I am not sure whether this is a proper indicator.
For GUROBI the integrality tolerance is defined to be 10^-6 (as default value, see source) For CPLEX has a 10^-6 for primal/dual feasibility tolerance and 10^-5 for the integrality tolerance (as default value, see source)
What are the (default) tolerances of the CON-OR's CLP? And is this a good measure for accuracy?