linear programming - Does the 'semis' variable of an lp format in gurobi mean it is continuos? -



linear programming - Does the 'semis' variable of an lp format in gurobi mean it is continuos? -

i generating '.lp' file using text operations formulate mip model. planning solve model using gurobi shell after reading '.lp' file object.

in mip model, need variables strictly integer variables. others can continuous.

so .lp file reads as

generals x y z semis b c d e f g h

is right method desired results ? just in case if want of them integers should skip 'semis' command ?

format linear-programming gurobi

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -