PPL
1.2
|
Functions | |
bool | propagate_constraint_check_result (Result r, Ternary &open) |
Variables | |
const char * | empty_up_to_date = "EUP" |
const char * | empty = "EM" |
const char * | universe = "UN" |
const char | yes = '+' |
const char | no = '-' |
const char | separator = ' ' |
|
inline |
Definition at line 2550 of file Box_templates.hh.
References Parma_Polyhedra_Library::result_relation_class(), Parma_Polyhedra_Library::T_MAYBE, Parma_Polyhedra_Library::T_NO, Parma_Polyhedra_Library::T_YES, Parma_Polyhedra_Library::V_EQ, Parma_Polyhedra_Library::V_GE, Parma_Polyhedra_Library::V_GT, Parma_Polyhedra_Library::V_GT_MINUS_INFINITY, Parma_Polyhedra_Library::V_LE, Parma_Polyhedra_Library::V_LT, and Parma_Polyhedra_Library::V_LT_PLUS_INFINITY.
Referenced by Parma_Polyhedra_Library::Box< ITV >::propagate_constraint_no_check().
const char * Parma_Polyhedra_Library::Implementation::Boxes::empty = "EM" |
Definition at line 34 of file Box_Status.cc.
Referenced by Parma_Polyhedra_Library::Box< ITV >::Status::ascii_load().
const char * Parma_Polyhedra_Library::Implementation::Boxes::empty_up_to_date = "EUP" |
Definition at line 33 of file Box_Status.cc.
Referenced by Parma_Polyhedra_Library::Box< ITV >::Status::ascii_dump(), and Parma_Polyhedra_Library::Box< ITV >::Status::ascii_load().
const char Parma_Polyhedra_Library::Implementation::Boxes::no = '-' |
Definition at line 162 of file Box_Status_inlines.hh.
Referenced by Parma_Polyhedra_Library::Box< ITV >::Status::ascii_dump().
const char Parma_Polyhedra_Library::Implementation::Boxes::separator = ' ' |
Definition at line 163 of file Box_Status_inlines.hh.
Referenced by Parma_Polyhedra_Library::Box< ITV >::Status::ascii_dump().
const char * Parma_Polyhedra_Library::Implementation::Boxes::universe = "UN" |
Definition at line 35 of file Box_Status.cc.
Referenced by Parma_Polyhedra_Library::Box< ITV >::Status::ascii_dump(), Parma_Polyhedra_Library::Box< ITV >::Status::ascii_load(), and Parma_Polyhedra_Library::Pointset_Powerset< PSET >::is_universe().
const char Parma_Polyhedra_Library::Implementation::Boxes::yes = '+' |
Definition at line 161 of file Box_Status_inlines.hh.
Referenced by Parma_Polyhedra_Library::Box< ITV >::Status::ascii_dump(), and Parma_Polyhedra_Library::Box< ITV >::Status::get_field().