Initializing help system before first use

newCtr Method

Overload List
  Name Description
Public methodCode example newCtr(String)
Create an empty XPRBctr constraint in the current problem.
Public methodCode example newCtr(XPRBexpr)
Create a new, unnamed, XPRBctr constraint in the current problem.
Public methodCode example newCtr(XPRBrelation)
Create a new, unnamed, XPRBctr constraint in the current problem.
Public methodCode example newCtr(XPRBvar)
Create a new, unnamed, XPRBctr constraint in the current problem.
Public methodCode example newCtr(String, XPRBexpr)
Create a new XPRBctr constraint in the current problem.
Public methodCode example newCtr(String, XPRBrelation)
Create a new XPRBctr constraint in the current problem.
Top
See Also