mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 19:47:52 +00:00
parent
4682b48d3a
commit
e8826bb20f
9 changed files with 98 additions and 69 deletions
|
@ -18,7 +18,7 @@ Author:
|
|||
|
||||
#include "util/top_sort.h"
|
||||
#include "sat/smt/sat_smt.h"
|
||||
#include "ast/euf/euf_egraph.h"
|
||||
#include "ast/euf/euf_enode.h"
|
||||
|
||||
namespace sat {
|
||||
|
||||
|
@ -27,8 +27,6 @@ namespace sat {
|
|||
virtual ~th_internalizer() {}
|
||||
|
||||
virtual literal internalize(expr* e, bool sign, bool root) = 0;
|
||||
|
||||
|
||||
};
|
||||
|
||||
class th_decompile {
|
||||
|
@ -64,8 +62,7 @@ namespace sat {
|
|||
public:
|
||||
virtual ~th_solver() {}
|
||||
|
||||
virtual th_solver* fresh(solver* s, ast_manager& m, sat_internalizer& si) = 0;
|
||||
|
||||
virtual th_solver* fresh(solver* s, ast_manager& m, sat_internalizer& si) = 0;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue