mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
add pb built in ops for logic ALL #1045
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d95ac58bad
commit
2de80b5ce9
4 changed files with 2 additions and 7 deletions
|
@ -530,10 +530,6 @@ bool cmd_context::logic_has_fpa() const {
|
|||
return !has_logic() || smt_logics::logic_has_fpa(m_logic);
|
||||
}
|
||||
|
||||
bool cmd_context::logic_has_str() const {
|
||||
return !has_logic() || m_logic == "QF_S";
|
||||
}
|
||||
|
||||
bool cmd_context::logic_has_array() const {
|
||||
return !has_logic() || smt_logics::logic_has_array(m_logic);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue