Classes | |
class | BoolOption |
class | Clause |
class | ClauseAllocator |
class | CMap |
struct | DeepEqual |
struct | DeepHash |
class | DoubleOption |
struct | DoubleRange |
struct | Equal |
struct | Hash |
class | Heap |
class | IntOption |
struct | IntRange |
class | lbool |
struct | LessThan_default |
struct | Lit |
class | Map |
class | OccLists |
class | OutOfMemoryException |
class | Queue |
class | RegionAllocator |
class | SimpSolver |
class | Solver |
class | vec |
Typedefs | |
using | CRef = RegionAllocator< uint32_t >::Ref |
using | Var = int |
Variables | |
static const int | buffer_size = 1048576 |
const CRef | CRef_Undef = RegionAllocator<uint32_t>::Ref_Undef |
const Lit | lit_Error = { -1 } |
const Lit | lit_Undef = { -2 } |
static const int | nprimes = 25 |
static const int | primes [nprimes] = { 31, 73, 151, 313, 643, 1291, 2593, 5233, 10501, 21013, 42073, 84181, 168451, 337219, 674701, 1349473, 2699299, 5398891, 10798093, 21596719, 43193641, 86387383, 172775299, 345550609, 691101253 } |
Definition at line 129 of file SolverTypes.h.
Definition at line 41 of file SolverTypes.h.
Definition at line 114 of file ParseUtils.h.
Definition at line 101 of file ParseUtils.h.
Definition at line 57 of file SolverTypes.h.
Definition at line 59 of file SolverTypes.h.
Definition at line 58 of file SolverTypes.h.
Definition at line 85 of file ParseUtils.h.
Definition at line 60 of file SolverTypes.h.
Definition at line 77 of file ParseUtils.h.
Definition at line 71 of file ParseUtils.h.
Definition at line 122 of file SolverTypes.h.
Definition at line 65 of file SolverTypes.h.
Definition at line 64 of file SolverTypes.h.
Definition at line 123 of file SolverTypes.h.
Definition at line 66 of file SolverTypes.h.
Definition at line 61 of file SolverTypes.h.
Definition at line 34 of file ParseUtils.h.
const CRef Minisat::Internal::CRef_Undef = RegionAllocator<uint32_t>::Ref_Undef |
Definition at line 210 of file SolverTypes.h.
Definition at line 74 of file SolverTypes.h.
Definition at line 73 of file SolverTypes.h.