3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-10 21:20:52 +00:00
z3/src/parsers/smt2
Clemens Eisenhofer 996b844cde
Fixed parsing of | and \ (#6975)
* Give users ability to see if propagation failed

* Skip propagations in the new core if they are already satisfied

* Fix registration in final

* Don't make it too complicated...

* Fixed next_split when called in pop
Made delay_units available even without quantifiers

* Missing push calls before "decide"-callback

* Fixed parsing of | and \

* Unit-test for parsing bug
2023-10-30 12:30:23 -07:00
..
CMakeLists.txt move spacer_marshal to under parsers/smt2 2017-10-24 03:18:59 -07:00
marshal.cpp fix #1577 again 2018-10-06 09:01:01 -07:00
marshal.h remove '#include <iostream>' from headers and from unneeded places 2022-06-17 14:10:19 +01:00
smt2parser.cpp #6902 2023-09-18 12:52:59 -07:00
smt2parser.h Optimize calls to Z3_eval_smtlib2_string (#6422) 2022-10-28 13:57:22 -07:00
smt2scanner.cpp Fixed parsing of | and \ (#6975) 2023-10-30 12:30:23 -07:00
smt2scanner.h Optimize calls to Z3_eval_smtlib2_string (#6422) 2022-10-28 13:57:22 -07:00