![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Compare the indices of variables. More...
#include <model_builder_helper.h>
Public Member Functions | |
bool | operator() (std::shared_ptr< Variable > lhs, std::shared_ptr< Variable > rhs) const |
Compare the indices of variables.
Definition at line 82 of file model_builder_helper.h.
bool operations_research::mb::VariableComparator::operator() | ( | std::shared_ptr< Variable > | lhs, |
std::shared_ptr< Variable > | rhs ) const |
Definition at line 1164 of file model_builder_helper.cc.