mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 17:50:23 +00:00
debugging cuts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f962dc8b00
commit
44a79d05c8
4 changed files with 26 additions and 7 deletions
|
@ -140,7 +140,7 @@ namespace sat {
|
|||
bool insert_cut(unsigned v, cut const& c, cut_set& cs);
|
||||
|
||||
void flush_roots();
|
||||
void flush_roots(literal_vector const& to_root, node& n);
|
||||
bool flush_roots(bool_var var, literal_vector const& to_root, node& n);
|
||||
void flush_roots(literal_vector const& to_root, cut_set& cs);
|
||||
|
||||
cut_val eval(node const& n, cut_eval const& env) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue