mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
enable QF_UF mode use same parameters whether with or without static featues, #1141, revert some breaking changes that should not have been part of commit
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1690febffd
commit
25752dc169
2 changed files with 0 additions and 4 deletions
|
@ -55,7 +55,6 @@ namespace smt {
|
|||
// }
|
||||
TRACE("setup", tout << "configuring logical context, logic: " << m_logic << " " << cm << "\n";);
|
||||
|
||||
m_params.m_relevancy_lvl = 0;
|
||||
m_already_configured = true;
|
||||
|
||||
switch (cm) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue