I\'m trying to solve integer programming problems. I\'ve tried both use SCIP and LPSolve
For example, given the final values of A and B, I want to solve for valA in
You could also have a look at SCIP 3.1.0 and especially its extended precision arithmetic features. Using GMP the LP solution can be computed up to a very high accuracy.