Public Member Functions | |
dir_degree_equality (subproblem &S_, const Graph &G_, vertex_descriptor v_, var_map< edge_descriptor > &VM_, double d, bool i_) | |
vertex_descriptor | gnode () |
virtual void | non_zero_entries (row &r) |
Definition at line 12 of file atour.cc.
virtual void SCIL::ATOUR< Graph >::dir_degree_equality< 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.