mirror of
https://github.com/Z3Prover/z3
synced 2025-08-21 02:30:23 +00:00
move drat functionality into euf
This commit is contained in:
parent
1ffbe23ee3
commit
458f417f44
4 changed files with 16 additions and 39 deletions
|
@ -153,13 +153,8 @@ namespace sat {
|
|||
// associate AST node id with Boolean variable v
|
||||
|
||||
// declare AST node n with 'name' and arguments arg
|
||||
void def_begin(char id, unsigned n, std::string const& name);
|
||||
void def_add_arg(unsigned arg);
|
||||
void def_end();
|
||||
void bool_def(bool_var v, unsigned n);
|
||||
std::ostream* out() { return m_out; }
|
||||
|
||||
// ad-hoc logging until a format is developed
|
||||
void log_adhoc(std::function<void(std::ostream&)>& fn);
|
||||
|
||||
bool is_cleaned(clause& c) const;
|
||||
void del(literal l);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue