mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 09:07:40 +00:00
testing utvpi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fbe4af6336
commit
21b0a4fcbb
7 changed files with 176 additions and 33 deletions
|
@ -367,7 +367,7 @@ namespace pdr {
|
|||
expr_ref get_answer();
|
||||
|
||||
bool is_dl() const { return m_fparams.m_arith_mode == AS_DIFF_LOGIC; }
|
||||
|
||||
bool is_utvpi() const { return m_fparams.m_arith_mode == AS_UTVPI; }
|
||||
|
||||
void collect_statistics(statistics& st) const;
|
||||
void reset_statistics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue