Public Member Functions | |
Coefficient (int i) | |
Builds a coefficient values i . | |
Coefficient (long l) | |
Builds a coefficient valued l . | |
Coefficient (BigInteger bi) | |
Builds a coefficient valued bi . | |
Coefficient (String s) | |
Builds a coefficient from the decimal representation in s . | |
Coefficient (Coefficient c) | |
Builds a copy of c . | |
BigInteger | getBigInteger () |
Returns the value held by this . |
Objects of type Coefficient are used to implement the integral valued coefficients occurring in linear expressions, constraints, generators and so on.
parma_polyhedra_library::Coefficient::Coefficient | ( | String | s | ) | [inline] |
Builds a coefficient from the decimal representation in s
.
java.lang.NumberFormatException | Thrown if s does not contain a valid decimal representation. |