mirror of
https://github.com/Z3Prover/z3
synced 2025-06-16 02:46:16 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1eab774b91
commit
37a4dd68d0
8 changed files with 48 additions and 31 deletions
|
@ -49,8 +49,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
void setup::operator()(config_mode cm) {
|
||||
TRACE("internalize", tout << "setup " << &m_context << "\n";);
|
||||
SASSERT(m_context.get_scope_level() == 0);
|
||||
SASSERT(!m_context.already_internalized());
|
||||
SASSERT(!m_already_configured);
|
||||
// if (m_params.m_mbqi && m_params.m_model_compact) {
|
||||
// warning_msg("ignoring MODEL_COMPACT=true because it cannot be used with MBQI=true");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue