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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - CUnit (undefined reference) -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -