Home
last modified time | relevance | path

Searched defs:Ssw_Sem_t_ (Results 1 – 1 of 1) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/ssw/
H A DsswSemi.c32 struct Ssw_Sem_t_ struct
35 int nConfMaxStart; // the starting conflict limit
36 int nConfMax; // the intermediate conflict limit
37 int nFramesSweep; // the number of frames to sweep
38 int fVerbose; // prints output statistics
40 Ssw_Man_t * pMan; // SAT sweeping manager
41 Vec_Ptr_t * vTargets; // the nodes that are watched
43 int nPatternsAlloc; // the max number of interesting states
44 int nPatterns; // the number of patterns
45 Vec_Ptr_t * vPatterns; // storage for the interesting states
[all …]