|
abc-master
|
#include <assert.h>#include "IntTypes.h"#include "Alg.h"#include "Vec.h"#include "Map.h"#include "Alloc.h"Go to the source code of this file.
Data Structures | |
| struct | Minisat::Lit |
| class | Minisat::lbool |
| class | Minisat::Clause |
| class | Minisat::ClauseAllocator |
| class | Minisat::OccLists< Idx, Vec, Deleted > |
| class | Minisat::CMap< T > |
| struct | Minisat::CMap< T >::CRefHash |
Namespaces | |
| Minisat | |
Macros | |
| #define | var_Undef (-1) |
| #define | l_True (lbool((uint8_t)0)) |
| #define | l_False (lbool((uint8_t)1)) |
| #define | l_Undef (lbool((uint8_t)2)) |
Typedefs | |
| typedef int | Minisat::Var |
| typedef RegionAllocator < uint32_t >::Ref | Minisat::CRef |
Functions | |
| Lit | Minisat::mkLit (Var var, bool sign) |
| Lit | Minisat::operator~ (Lit p) |
| Lit | Minisat::operator^ (Lit p, bool b) |
| bool | Minisat::sign (Lit p) |
| int | Minisat::var (Lit p) |
| int | Minisat::toInt (Var v) |
| int | Minisat::toInt (Lit p) |
| Lit | Minisat::toLit (int i) |
| int | Minisat::toInt (lbool l) |
| lbool | Minisat::toLbool (int v) |
Variables | |
| const Lit | Minisat::lit_Undef = { -2 } |
| const Lit | Minisat::lit_Error = { -1 } |
| const CRef | Minisat::CRef_Undef = RegionAllocator<uint32_t>::Ref_Undef |
| #define l_False (lbool((uint8_t)1)) |
Definition at line 85 of file SolverTypes.h.
| #define l_True (lbool((uint8_t)0)) |
Definition at line 84 of file SolverTypes.h.
| #define l_Undef (lbool((uint8_t)2)) |
Definition at line 86 of file SolverTypes.h.
| #define var_Undef (-1) |
Definition at line 43 of file SolverTypes.h.