Handle class for basic constraints.
#include <cons.h>
Public Member Functions | |
cons (cons_obj *IS_) | |
ABA_Constraint * | Acons_pointer () |
cons_obj * | cons_pointer () |
returns the pointer to the corresponding cons_obj. | |
column | operator+ (column r) |
cons & | operator= (const cons &i) |
bool | operator< (const cons &v1) const |
bool | operator<= (const cons &v1) const |
bool | operator!= (const cons &v1) const |
bool | operator== (const cons &v1) const |
bool | operator> (const cons &v1) const |
column | operator* (double d) |
double | rhs () |
returns the right-hand-side. | |
cons_sense | sense () |
returns the sense of the basic constraint. |
Definition at line 15 of file cons.h.