mirror of
https://github.com/Z3Prover/z3
synced 2026-05-03 08:55:14 +00:00
include FS logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
df816cab07
commit
04cb59fd74
3 changed files with 12 additions and 4 deletions
|
|
@ -27,6 +27,7 @@ public:
|
|||
static bool logic_has_arith(symbol const & s);
|
||||
static bool logic_has_bv(symbol const & s);
|
||||
static bool logic_has_array(symbol const & s);
|
||||
static bool logic_has_finite_sets(symbol const &s);
|
||||
static bool logic_has_seq(symbol const & s);
|
||||
static bool logic_has_str(symbol const & s);
|
||||
static bool logic_has_fpa(symbol const & s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue