Skip to content

Commit 33f0256

Browse files
committed
cleanup
1 parent 752c999 commit 33f0256

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nlsat/nlsat_simple_checker.h

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace nlsat {
77
struct imp;
88
imp * m_imp;
99
public:
10-
// 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);
1110
Simple_Checker(pmanager &_pm, anum_manager &_am, const clause_vector &_clauses, literal_vector &_learned_unit, const atom_vector &_atoms, const unsigned &_arith_var_num);
1211
~Simple_Checker();
1312
bool operator()();

0 commit comments

Comments
 (0)