![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 50 of file presolve_util.h.
#include <presolve_util.h>
Public Member Functions | |
| void | AddDeduction (int literal_ref, int var, Domain domain) |
| Domain | ImpliedDomain (int literal_ref, int var) const |
| std::vector< std::pair< int, Domain > > | ProcessClause (absl::Span< const int > clause) |
| void | MarkProcessingAsDoneForNow () |
| int | NumDeductions () const |
| void operations_research::sat::DomainDeductions::AddDeduction | ( | int | literal_ref, |
| int | var, | ||
| Domain | domain ) |
Definition at line 43 of file presolve_util.cc.
| Domain operations_research::sat::DomainDeductions::ImpliedDomain | ( | int | literal_ref, |
| int | var ) const |
Definition at line 68 of file presolve_util.cc.
|
inline |
Definition at line 74 of file presolve_util.h.
|
inline |
Definition at line 79 of file presolve_util.h.
| std::vector< std::pair< int, Domain > > operations_research::sat::DomainDeductions::ProcessClause | ( | absl::Span< const int > | clause | ) |
Definition at line 76 of file presolve_util.cc.