> else if (fabs(lb - ub) < 1e-12) > type = GLP_DB; Must read
else if (ub - lb > 1e-12) type = GLP_DB; _______________________________________________ Bug-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-glpk
> else if (fabs(lb - ub) < 1e-12) > type = GLP_DB; Must read
else if (ub - lb > 1e-12) type = GLP_DB; _______________________________________________ Bug-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-glpk