#include <integer.h>
|
| LazyReasonInterface ()=default |
|
virtual | ~LazyReasonInterface ()=default |
|
virtual void | Explain (int id, IntegerValue propagation_slack, IntegerVariable var_to_explain, int trail_index, std::vector< Literal > *literals_reason, std::vector< int > *trail_indices_reason)=0 |
|
Definition at line 750 of file integer.h.
◆ LazyReasonInterface()
operations_research::sat::LazyReasonInterface::LazyReasonInterface |
( |
| ) |
|
|
default |
◆ ~LazyReasonInterface()
virtual operations_research::sat::LazyReasonInterface::~LazyReasonInterface |
( |
| ) |
|
|
virtualdefault |
◆ Explain()
virtual void operations_research::sat::LazyReasonInterface::Explain |
( |
int | id, |
|
|
IntegerValue | propagation_slack, |
|
|
IntegerVariable | var_to_explain, |
|
|
int | trail_index, |
|
|
std::vector< Literal > * | literals_reason, |
|
|
std::vector< int > * | trail_indices_reason ) |
|
pure virtual |
The documentation for this class was generated from the following file: