CVC3
|
#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 CSolver::conflict_analysis_zchaff(), CVariable::CVariable(), CSolver::decide_next_branch(), CSolver::find_max_clause_dlevel(), CSolver::preprocess(), and CSolver::unset_var_value().
#define FLIPPED -2 |
Definition at line 52 of file xchaff_base.h.
Referenced by CSolver::dump_assignment_stack(), and CSolver::find_max_clause_dlevel().
typedef int ClauseIdx |
Definition at line 54 of file xchaff_base.h.
enum Unknown |
Definition at line 47 of file xchaff_base.h.