24 package parma_polyhedra_library;
26 import java.math.BigInteger;
41 value = BigInteger.valueOf(i);
46 value = BigInteger.valueOf(l);
60 value =
new BigInteger(s);
70 return value.toString();
79 public static native
int bits();
81 private static native
void initIDs();
Coefficient(String s)
Builds a coefficient from the decimal representation in s.
static native int bits()
Returns the number of bits of PPL coefficients; 0 if unbounded.
Coefficient(BigInteger bi)
Builds a coefficient valued bi.
BigInteger value
Holds the value of this.
String toString()
Returns a String representation of this.
BigInteger getBigInteger()
Returns the value held by this.
Coefficient(long l)
Builds a coefficient valued l.
static native void initIDs()
Coefficient(Coefficient c)
Builds a copy of c.
Coefficient(int i)
Builds a coefficient valued i.