#include <cons_obj.h>
Public Methods | |
| cons_obj (cons_sense s, double rhs) | |
| cons_obj () | |
| bool | violated (subproblem &S) |
| virtual void | non_zero_entries (row &r) |
Definition at line 19 of file cons_obj.h.
|
||||||||||||
|
creates a new instance of a varible-schema and instanciates the the basic fields of the basic constraint. Definition at line 10 of file core-abacus/cons_obj.cc. |
|
|
creates a new instance of a varible-schema and instanciates the the basic fields with the default values. Definition at line 17 of file core-abacus/cons_obj.cc. |
|
|
returns the non-zero entries of the basic constraint. the default implementation returns no non-zeros. A user defined constraint-schema should redefine this function. Definition at line 76 of file cons_obj.h. Referenced by violated(). |
|
|
returns Definition at line 79 of file core-abacus/cons_obj.cc. References non_zero_entries(), and SCIL::subproblem::value(). |
1.2.16