mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
smt_setup framework, all hooks to theory_str are redirected to theory_seq
This commit is contained in:
parent
48e37b0e16
commit
92755b0185
7 changed files with 53 additions and 8 deletions
|
@ -30,6 +30,7 @@ public:
|
|||
static bool logic_has_bv(symbol const & s);
|
||||
static bool logic_has_array(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);
|
||||
static bool logic_has_horn(symbol const& s);
|
||||
static bool logic_has_pb(symbol const& s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue