mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
cleanup
This commit is contained in:
parent
9a3363014b
commit
9dc9de1331
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ namespace nlsat {
|
|||
struct imp;
|
||||
imp * m_imp;
|
||||
public:
|
||||
// Simple_Checker(solver &_sol, pmanager &_pm, anum_manager &_am, const clause_vector &_clauses, clause_vector &_learned, const atom_vector &_atoms, const unsigned &_arith_var_num);
|
||||
Simple_Checker(pmanager &_pm, anum_manager &_am, const clause_vector &_clauses, literal_vector &_learned_unit, const atom_vector &_atoms, const unsigned &_arith_var_num);
|
||||
~Simple_Checker();
|
||||
bool operator()();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue