mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
ensure that FD logic understands pb from command context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c1480b4389
commit
5cb21924ad
6 changed files with 19 additions and 3 deletions
|
@ -251,6 +251,7 @@ protected:
|
|||
|
||||
bool logic_has_arith() const;
|
||||
bool logic_has_bv() const;
|
||||
bool logic_has_pb() const;
|
||||
bool logic_has_seq() const;
|
||||
bool logic_has_array() const;
|
||||
bool logic_has_datatype() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue