3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-22 05:43:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-19 15:55:45 -07:00
parent 7756e2c6d5
commit 1ce63363ba
2 changed files with 9 additions and 4 deletions

View file

@ -848,7 +848,7 @@ namespace smt {
void mk_or_cnstr(app * n);
void mk_iff_cnstr(app * n);
void mk_iff_cnstr(app * n, bool sign);
void mk_ite_cnstr(app * n);