mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix coefficient extraction and passing in Farkas lemmas, thanks to H. F. Bryant
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
68663fd97a
commit
0ab102cbec
3 changed files with 18 additions and 2 deletions
|
@ -398,6 +398,8 @@ namespace smt {
|
|||
bool qi_queue::final_check_eh() {
|
||||
TRACE("qi_queue", display_delayed_instances_stats(tout); tout << "lazy threshold: " << m_params.m_qi_lazy_threshold
|
||||
<< ", scope_level: " << m_context.get_scope_level() << "\n";);
|
||||
|
||||
verbose_stream() << "delayed entries " << m_delayed_entries.size() << "\n";
|
||||
if (m_params.m_qi_conservative_final_check) {
|
||||
bool init = false;
|
||||
float min_cost = 0.0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue