Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <bop_ls.h>
Public Member Functions | |
ConstraintTerm (VariableIndex v, int64_t w) | |
Public Attributes | |
VariableIndex | var |
int64_t | weight |
Local structure to represent the sparse matrix by constraint used for fast lookups.
|
inline |
VariableIndex operations_research::bop::OneFlipConstraintRepairer::ConstraintTerm::var |
int64_t operations_research::bop::OneFlipConstraintRepairer::ConstraintTerm::weight |