Public Member Functions | |
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 47 of file tour.cc.
void SCIL::TOUR< Graph >::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.