#include <Solver.h>
Definition at line 443 of file Solver.h.
◆ JustOrderLt2()
| Gluco2::Solver::JustOrderLt2::JustOrderLt2 |
( |
const Solver * | _pS | ) |
|
|
inline |
◆ operator()()
Definition at line 445 of file Solver.h.
445 {
446 if( x.key() != y.key() ) return x.key() > y.key();
447 if(
pS->level( x.data() ) !=
pS->level( y.data() ) )
448 return pS->level( x.data() ) <
pS->level( y.data() );
449 return x.data() > y.data();
450 }
◆ pS
The documentation for this struct was generated from the following file: