3
0
Fork 0
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:
Nikolaj Bjorner 2023-07-07 09:28:47 -07:00
parent 68663fd97a
commit 0ab102cbec
3 changed files with 18 additions and 2 deletions

View file

@ -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;