> When I use the option --exact and --xcheck I get unfortunately > a vertex with fractional coordinates expressed as 1.666667 instead > of the expected 5/3. I know I can compute the exact solution > since I have a basis of incident inequalities. But it is a little bit > sad > to have to recompute something which is likely available from the > model itself. >
On api level glpk does not support rational numbers, only floating-point ones. _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
