Public Member Functions | |
dir_cutset_inequality (Graph &Gt, var_map< edge_descriptor > &VM_, list< vertex_descriptor > &L) | |
void | non_zero_entries (row &r) |
double | coeff (edge_descriptor e) |
Definition at line 53 of file atour.cc.
void SCIL::ATOUR< Graph >::dir_cutset_inequality< Graph >::non_zero_entries | ( | row & | r | ) | [inline, virtual] |
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.
Reimplemented from SCIL::cons_obj.