![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 301 of file presolve_util.h.
#include <presolve_util.h>
Public Member Functions | |
| ClauseWithOneMissingHasher (absl::BitGenRef random) | |
| void | RegisterClause (int c, absl::Span< const int > clause) |
| uint64_t | HashWithout (int c, int ref) const |
| uint64_t | HashOfNegatedLiterals (absl::Span< const int > literals) |
|
inlineexplicit |
Definition at line 303 of file presolve_util.h.
| uint64_t operations_research::sat::ClauseWithOneMissingHasher::HashOfNegatedLiterals | ( | absl::Span< const int > | literals | ) |
Definition at line 696 of file presolve_util.cc.
|
inline |
Definition at line 311 of file presolve_util.h.
| void operations_research::sat::ClauseWithOneMissingHasher::RegisterClause | ( | int | c, |
| absl::Span< const int > | clause ) |
Definition at line 680 of file presolve_util.cc.