I figured out how to do the fair division problem using GLPK I managed to get a version working using two different arrays binary and nonbinary. The code is here http://docs.google.com/View?id=df9kvnvr_56dv2fj4cc If anyone has any suggestions or improvements that would be great.
Congratulations on the http://orms-today.com/ survey Thanks for all the help David 2009/5/25 Andrew Makhorin <[email protected]>: >> var x1{i in I: i in D}, >= 0, <= 1; >> var x2{i in I: i in (I diff D)}, binary; > > It is better to write: > > var x1{i in i in D}, >= 0, <= 1; > var x2{i in (I diff D)}, binary; > > > _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
