This website requires JavaScript.
Explore
Help
Register
Sign in
mirrors
/
z3
Watch
3
Star
0
Fork
You've already forked z3
0
mirror of
https://github.com/Z3Prover/z3
synced
2025-04-24 01:25:31 +00:00
Code
Activity
e5307300de
z3
/
src
/
parsers
History
Download ZIP
Download TAR.GZ
Leonardo de Moura
3a15db5244
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.
...
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
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