[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This modules defines datatypes, some global read-only variables, and library initialization and finalization functions.
pkint_t
in the C library to OCAML native integer. The
exception carries the string representation of the number in base 10.
type dimsup = { pos: int; nbdims: int; } |
initialize strict maxdims maxrows
initializes internal
data-structures and global variables of the library:
strict
indicates wether strict inequalities are enabled or not;
maxdims
is the maximum number of dimensions allowed in polyhedra;
the maximum number of columns allowed in vectors and matrices is thus
equal to this number plus polka_dec
(see below);
maxrows
is the maximum number of rows or vectors allowed in matrices.
strict
and dec
(see below).
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |