Initializing help system before first use

newVar Method

Overload List
  Name Description
Public methodCode example newVar(String)
Create a new XPRBvar variable in the current problem. The lower bound is set to zero, the upper bound to BCLconstant.XPRB_INFINITY and the type to BCLconstant.XPRB_PL (continuous).
Public methodCode example newVar(String, Int32)
Create a new XPRBvar variable in the current problem. The lower bound is set to zero and the upper bound to BCLconstant.XPRB_INFINITY.
Public methodCode example newVar(String, Int32, Double, Double)
Create a new XPRBvar variable in the current problem.
Top
See Also