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
Post a Comment