From 06416a981f73b61581f399e9c7c205366fa23edf Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 26 Nov 2011 11:33:37 -0800 Subject: Started experiments with a new solver. --- src/sat/bsat/satSolver2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sat/bsat/satSolver2.h') 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. -- cgit v1.2.3