parma_polyhedra_library::Coefficient Class Reference
[Java Language Interface]

A PPL coefficient. More...

List of all members.

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.


Detailed Description

A PPL coefficient.

Objects of type Coefficient are used to implement the integral valued coefficients occurring in linear expressions, constraints, generators and so on.


Constructor & Destructor Documentation

parma_polyhedra_library::Coefficient::Coefficient ( String  s  )  [inline]

Builds a coefficient from the decimal representation in s.

Exceptions:
java.lang.NumberFormatException Thrown if s does not contain a valid decimal representation.


The documentation for this class was generated from the following file:

Generated on Tue Apr 14 07:13:26 2009 for PPL Java Language Interface by  doxygen 1.5.7.1