mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
expose arith reflection, get rid of long m_manager attribute in asserted fromulas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2834fea9b3
commit
af4346f16a
5 changed files with 142 additions and 139 deletions
|
@ -161,6 +161,7 @@ protected:
|
|||
status m_status;
|
||||
bool m_numeral_as_real;
|
||||
bool m_ignore_check; // used by the API to disable check-sat() commands when parsing SMT 2.0 files.
|
||||
bool m_processing_pareto; // used when re-entering check-sat for pareto front.
|
||||
bool m_exit_on_error;
|
||||
|
||||
static std::ostringstream g_error_stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue