newVar Method

Name | Description | |
---|---|---|
![]() ![]() |
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).
|
![]() ![]() |
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.
|
![]() ![]() |
newVar(String, Int32, Double, Double) |
Create a new XPRBvar variable in the current problem.
|
