![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 44 of file integer_resolution.h.
#include <integer_resolution.h>
Public Member Functions | |
| IntegerConflictResolution (Model *model) | |
| ~IntegerConflictResolution () | |
| void | ComputeFirstUIPConflict (std::vector< Literal > *conflict, std::vector< Literal > *reason_used_to_infer_the_conflict, std::vector< SatClause * > *subsumed_clauses) |
|
explicit |
Definition at line 37 of file integer_resolution.cc.
| operations_research::sat::IntegerConflictResolution::~IntegerConflictResolution | ( | ) |
Definition at line 56 of file integer_resolution.cc.
| void operations_research::sat::IntegerConflictResolution::ComputeFirstUIPConflict | ( | std::vector< Literal > * | conflict, |
| std::vector< Literal > * | reason_used_to_infer_the_conflict, | ||
| std::vector< SatClause * > * | subsumed_clauses ) |
Definition at line 309 of file integer_resolution.cc.