#include "misc/util/abc_global.h"

Go to the source code of this file.
Classes | |
| struct | clause_t |
| struct | Sat_Mem_t_ |
Macros | |
| #define | LEARNT_MAX_START_DEFAULT 10000 |
| INCLUDES ///. | |
| #define | LEARNT_MAX_INCRE_DEFAULT 1000 |
| #define | LEARNT_MAX_RATIO_DEFAULT 50 |
| #define | Sat_MemForEachClause(p, c, i, k) |
| #define | Sat_MemForEachClause2(p, c, i, k) |
| #define | Sat_MemForEachLearned(p, c, i, k) |
Typedefs | |
| typedef struct clause_t | clause |
| STRUCTURE DEFINITIONS ///. | |
| typedef struct Sat_Mem_t_ | Sat_Mem_t |
| #define LEARNT_MAX_INCRE_DEFAULT 1000 |
Definition at line 38 of file satClause.h.
| #define LEARNT_MAX_RATIO_DEFAULT 50 |
Definition at line 39 of file satClause.h.
| #define LEARNT_MAX_START_DEFAULT 10000 |
INCLUDES ///.
CFile****************************************************************
FileName [satMem.h]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [SAT solver.]
Synopsis [Memory management.]
Author [Alan Mishchenko alanm.nosp@m.i@ee.nosp@m.cs.be.nosp@m.rkel.nosp@m.ey.ed.nosp@m.u]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - January 1, 2004.]
Revision [
] PARAMETERS ///
Definition at line 37 of file satClause.h.
| #define Sat_MemForEachClause | ( | p, | |
| c, | |||
| i, | |||
| k ) |
Definition at line 118 of file satClause.h.
| #define Sat_MemForEachClause2 | ( | p, | |
| c, | |||
| i, | |||
| k ) |
Definition at line 123 of file satClause.h.
| #define Sat_MemForEachLearned | ( | p, | |
| c, | |||
| i, | |||
| k ) |
Definition at line 127 of file satClause.h.
| typedef struct clause_t clause |
STRUCTURE DEFINITIONS ///.
Definition at line 48 of file satClause.h.
| typedef struct Sat_Mem_t_ Sat_Mem_t |
Definition at line 70 of file satClause.h.