SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
This heuristic tries to minimize the number of variables occuring in the explanation. More...
#include <ConflictGenerator.h>
Public Member Functions | |
bool | operator() (const Bound &b1, const Bound &b2) const |
Data Fields | |
bool | symmetric = false |
This heuristic tries to minimize the number of variables occuring in the explanation.
It is a 2-approximation to the lowest possible number of variables in an explanation.
Definition at line 324 of file ConflictGenerator.h.
|
inline |
Definition at line 327 of file ConflictGenerator.h.
bool smtrat::mcsat::fm::MinVarCountComparator::symmetric = false |
Definition at line 325 of file ConflictGenerator.h.