| Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set | ||
|
||
#include <linear_assignment.h>
Public Member Functions | |
| ArcIndexOrderingByTailNode (const GraphType &graph) | |
| bool | operator() (ArcIndex a, ArcIndex b) const |
| Says ArcIndex a is less than ArcIndex b if arc a's tail is less than arc b's tail. | |
Definition at line 986 of file linear_assignment.h.
| operations_research::ArcIndexOrderingByTailNode< GraphType >::ArcIndexOrderingByTailNode | ( | const GraphType & | graph | ) | [inline, explicit] |
Definition at line 988 of file linear_assignment.h.
| bool operations_research::ArcIndexOrderingByTailNode< GraphType >::operator() | ( | ArcIndex | a, | |
| ArcIndex | b | |||
| ) | const [inline] |
Says ArcIndex a is less than ArcIndex b if arc a's tail is less than arc b's tail.
If their tails are equal, orders according to heads.
Definition at line 994 of file linear_assignment.h.