> I want to solve in glpk the following problem (matricial forms): > > Minimizar f > f=cx > subjecto to > Ax=b > Cx<=d > > in glpk it is possible to introduce two matrix using the function > LPX_LOAD_MATRIX ???????? or simply I have to turn the restrictions > of the type <= to = and load only one matrix ?????
The latter. _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
