> The status is 204(Unable to start the search) > How I can change the PARAM. to overcome this proplem > Any help would be appreciated
If this code is returned by lpx_simplex, it means that there are some double-bounded variables whose lower bound is not less than corresponding upper bound. If this code is returned by lpx_integer, it means that optimal solution to lp relaxation is not available. In this case you need to call lpx_simplex before a call to lpx_integer. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
