diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2011-11-26 11:33:37 -0800 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2011-11-26 11:33:37 -0800 |
commit | 06416a981f73b61581f399e9c7c205366fa23edf (patch) | |
tree | f212e1c06b02a567df50ee8d7bc255f6582abc67 /src/sat/bsat/satSolver2.h | |
parent | d2db956a618fd9be1915a6c66b063c894e540fee (diff) | |
download | abc-06416a981f73b61581f399e9c7c205366fa23edf.tar.gz abc-06416a981f73b61581f399e9c7c205366fa23edf.tar.bz2 abc-06416a981f73b61581f399e9c7c205366fa23edf.zip |
Started experiments with a new solver.
Diffstat (limited to 'src/sat/bsat/satSolver2.h')
-rw-r--r-- | src/sat/bsat/satSolver2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sat/bsat/satSolver2.h b/src/sat/bsat/satSolver2.h index 94cf0d63..3ccf96aa 100644 --- a/src/sat/bsat/satSolver2.h +++ b/src/sat/bsat/satSolver2.h @@ -98,6 +98,7 @@ struct sat_solver2_t int cla_inc; // Amount to bump next clause with. // float cla_decay; // INVERSE decay factor for clause activity: stores 1/decay. + clause** pWatches; // watcher lists (for each literal) vecp* wlists; // // double* activity; // A heuristic measurement of the activity of a variable. unsigned*activity; // A heuristic measurement of the activity of a variable. |