|
From: | Nazmul Islam |
Subject: | Re: [Help-glpk] Looking for the documentation of GLPKMex |
Date: | Wed, 15 Jan 2014 16:17:19 -0500 |
Hello Nazmul,
please, read the comments on the top of file glpk.m of the glpkmex distribution. Here all parameters available are explained.
http://sourceforge.net/projects/glpkmex/files/glpkmex/2.11/glpkmex-2.11-src.zip/download
Best regards
Heinrich Schuchardt
http://www.xypron.de
Nazmul Islam <address@hidden> schrieb:_______________________________________________ Help-glpk mailing list address@hidden https://lists.gnu.org/mailman/listinfo/help-glpkHello,
I am looking for the documentation of GLPKMex. I am using GLPK through Matlab and YALMIP. I am running an MILP program. I want to try different branching options of GLPK (http://en.wikibooks.org/wiki/GLPK/Using_GLPSOL).
If I were using GNU Math Programming language and running code from cmd, I would have used the following command:
glpsol --first --model example1.mod
But, YALMIP designer, Johan Lofberg, showed me that the YALMIP GLPK option setting looks like the following (one can add more options like --mipgap):
ops = sdpsettings;ops.glpklpsolver: 1scale: 1dual: 0price: 1relax: 0.0700tolbnd: 1.0000e-07toldj: 1.0000e-07tolpiv: 1.0000e-09round: 0objll: -1.0000e+12objul: 1.0000e+12itlim: 10000tmlim: -1branch: 2btrack: 2tolint: 1.0000e-06tolobj: 1.0000e-07presol: 1save: 0
I want to try different values of the branch option but I don't know which particular option (i.e. branching using first/last/most fractional variable) glpk.branch = 2 refers to. It might be related to GLPKMex. Hence, I am looking for the documentation of GLPKMex. Any suggestions?
Thanks,
Nazmul
[Prev in Thread] | Current Thread | [Next in Thread] |