Definition at line 38 of file sat_cnf_reader.h.
#include <sat_cnf_reader.h>
◆ LinearBooleanProblemWrapper()
| operations_research::sat::LinearBooleanProblemWrapper::LinearBooleanProblemWrapper |
( |
LinearBooleanProblem * | p | ) |
|
|
inlineexplicit |
◆ AddConstraint()
| void operations_research::sat::LinearBooleanProblemWrapper::AddConstraint |
( |
absl::Span< const int > | clause, |
|
|
bool | last_is_slack = false ) |
|
inline |
◆ AddObjectiveTerm()
| void operations_research::sat::LinearBooleanProblemWrapper::AddObjectiveTerm |
( |
int | literal, |
|
|
int64_t | value ) |
|
inline |
◆ SetObjectiveOffset()
| void operations_research::sat::LinearBooleanProblemWrapper::SetObjectiveOffset |
( |
int64_t | offset | ) |
|
|
inline |
◆ SetSizeAndPostprocess()
| void operations_research::sat::LinearBooleanProblemWrapper::SetSizeAndPostprocess |
( |
int | num_variables, |
|
|
int | num_slacks ) |
|
inline |
The documentation for this class was generated from the following file: