Public Member Functions | |
st_cutset_inequality (Graph &Gt, var_map< edge > &VM_, std::list< vertex > &L) | |
void | non_zero_entries (row &r) |
double | coeff (edge e) |
Definition at line 23 of file spantree.cc.
void SCIL::SpanTree< Graph >::st_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.
Definition at line 48 of file spantree.cc.