3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
z3/src/parsers
2013-02-12 14:34:31 -08:00
..
smt Fix uninterpreted sort definition. There was a mismatch in the behavior of the API and SMT front-ends. The SMT front-ends were using user_sorts to be able to support parametric uninterpreted sorts. After this fix, the API also creates user_sorts. 2013-02-12 14:34:31 -08:00
smt2 Fix incorrect uses of set_cancel() 2012-12-17 18:48:10 -08:00
util Make ast_manager::get_family_id(symbol const &) side-effect free. The version with side-effects is now called ast_manager::mk_family_id 2012-12-18 17:14:25 -08:00