mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
release nodes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bbe027f6a1
commit
a003af494b
15 changed files with 319 additions and 135 deletions
|
@ -26,7 +26,7 @@ namespace sat {
|
|||
public:
|
||||
virtual ~th_internalizer() {}
|
||||
|
||||
virtual literal internalize(expr* e, bool sign, bool root) = 0;
|
||||
virtual literal internalize(expr* e, bool sign, bool root, bool redundant) = 0;
|
||||
};
|
||||
|
||||
class th_decompile {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue