add Method
| Name | Description | |
|---|---|---|
| add(Double) |
Adds a numeric value to the XPRB expression.
|
|
| add(XPRBexpr) |
Adds another XPRB expression to the current XPRB expression.
|
|
| add(XPRBterm) |
Adds an XPRBterm term to the XPRB expression.
|
|
| add(XPRBvar) |
Adds an XPRBvar variable to the XPRB expression.
|
|
| add(XPRBexpr, XPRBexpr) |
Adds two XPRB expressions.
|
|
| add(XPRBexpr, XPRBterm) |
Adds an XPRBterm to an XPRB expression.
|
|
| add(XPRBexpr, XPRBvar) |
Adds an XPRBvar to an XPRB expression.
|
|
| add(XPRBexpr, Double) |
Adds a double to an XPRB expression.
|
