Home
last modified time | relevance | path

Searched refs:equality_to_associated_literal_ (Results 1 – 2 of 2) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dinteger.cc259 equality_to_associated_literal_.find(PositiveVarKey(var, value)); in GetAssociatedEqualityLiteral()
260 if (it != equality_to_associated_literal_.end()) { in GetAssociatedEqualityLiteral()
270 equality_to_associated_literal_.find(PositiveVarKey(var, value)); in GetOrCreateLiteralAssociatedToEquality()
271 if (it != equality_to_associated_literal_.end()) { in GetOrCreateLiteralAssociatedToEquality()
352 const auto insert_result = equality_to_associated_literal_.insert( in AssociateToIntegerEqualValue()
H A Dinteger.h591 equality_to_associated_literal_; variable