addTerm Method
| Name | Description | |
|---|---|---|
| addTerm(Double) |
Add a term involving a sole double to the XPRB expression.
|
|
| addTerm(XPRBterm) |
Add a term involving an XPRBter, to the XPRB expression/
|
|
| addTerm(XPRBvar) |
Add a term involving a sole XPRBvar to the XPRB expression.
|
|
| addTerm(Double, XPRBvar) |
Add a term involving an XPRBvar and double to the XPRB expression.
|
|
| addTerm(XPRBvar, Double) |
Add a term involving an XPRBvar and double to the XPRB expression.
|
|
| addTerm(Double, XPRBvar, XPRBvar) |
Add a term involving two XPRBvars and a double to the XPRB expression.
|
|
| addTerm(XPRBvar, XPRBvar, Double) |
Add a term involving two XPRBvars and a double to the XPRB expression.
|
