mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 03:41:21 +00:00
move to separate axiom management
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9bde93f812
commit
377d060036
16 changed files with 302 additions and 565 deletions
|
@ -59,6 +59,7 @@ namespace smt {
|
|||
void new_char2int(theory_var v, expr* c);
|
||||
unsigned get_char_value(theory_var v);
|
||||
void internalize_le(literal lit, app* term);
|
||||
void internalize_is_digit(literal lit, app* term);
|
||||
|
||||
theory_var mk_var(enode* n) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue