3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 22:35:45 +00:00

Improved supported logics checks for FPA logics.

This commit is contained in:
Christoph M. Wintersteiger 2015-05-19 13:35:19 +01:00
parent a41a9c94dd
commit db411eef25
2 changed files with 9 additions and 10 deletions

View file

@ -250,6 +250,7 @@ protected:
bool logic_has_bv_core(symbol const & s) const;
bool logic_has_array_core(symbol const & s) const;
bool logic_has_seq_core(symbol const & s) const;
bool logic_has_fpa_core(symbol const & s) const;
bool logic_has_horn(symbol const& s) const;
bool logic_has_arith() const;
bool logic_has_bv() const;