Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::mb::VariableComparator Struct Reference

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
 

Detailed Description

Compare the indices of variables.

Definition at line 82 of file model_builder_helper.h.

Member Function Documentation

◆ operator()()

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.


The documentation for this struct was generated from the following files: