|
CVC3
2.4.1
|
#include <vector>#include <iostream>#include <assert.h>Go to the source code of this file.
| #define NULL_CLAUSE -1 |
Definition at line 51 of file xchaff_base.h.
Referenced by CVariable::CVariable(), CSolver::unset_var_value(), CSolver::find_max_clause_dlevel(), CSolver::decide_next_branch(), CSolver::preprocess(), and CSolver::conflict_analysis_zchaff().
| #define FLIPPED -2 |
Definition at line 52 of file xchaff_base.h.
Referenced by CSolver::find_max_clause_dlevel(), and CSolver::dump_assignment_stack().
| typedef int ClauseIdx |
Definition at line 54 of file xchaff_base.h.
| enum Unknown |
Definition at line 47 of file xchaff_base.h.
1.7.5