Calculates the line costs. More...
Public Member Functions | |
unsigned | operator() (const circuit &circ) const |
Returns the number of lines. |
Calculates the line costs.
This costs class is basically a wrapper around lines() and is given for convenience use with other cost functions.
unsigned operator() | ( | const circuit & | circ | ) | const |
Returns the number of lines.
circ | Circuit |