cprover
satcheck_limmat.h
Go to the documentation of this file.
1 /*******************************************************************\
2 
3 Module:
4 
5 Author: Daniel Kroening, kroening@kroening.com
6 
7 \*******************************************************************/
8 
9 
10 #ifndef CPROVER_SOLVERS_SAT_SATCHECK_LIMMAT_H
11 #define CPROVER_SOLVERS_SAT_SATCHECK_LIMMAT_H
12 
13 #include <vector>
14 #include "dimacs_cnf.h"
15 
17 {
18  public:
20  virtual ~satcheck_limmatt();
21 
22  virtual const std::string solver_text();
23  virtual resultt prop_solve();
24  virtual tvt l_get(literalt a) const;
25 
26  void copy_cnf();
27 
28  protected:
29  struct Limmat *solver;
30  std::vector<unsigned char> assignment;
31 };
32 
33 #endif // CPROVER_SOLVERS_SAT_SATCHECK_LIMMAT_H
virtual ~satcheck_limmatt()
virtual tvt l_get(literalt a) const
virtual resultt prop_solve()
Definition: threeval.h:19
resultt
Definition: prop.h:94
struct Limmat * solver
virtual const std::string solver_text()
std::vector< unsigned char > assignment