Skip to content

fix(pumpkin-core): Update last-traversed in nogood propagator - #576

Open
ImkoMarijnissen wants to merge 1 commit into
mainfrom
fix/update-last-traversed
Open

ImkoMarijnissen wants to merge 1 commit into
mainfrom
fix/update-last-traversed

Conversation

@ImkoMarijnissen

@ImkoMarijnissen ImkoMarijnissen commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

The cached last-traversed value was not updated after the rewrite; this PR fixes this.


Overall Results

main:

{'ERROR': 5,
 'OOM': 11,
 'OPTIMAL': 99,
 'SATISFIABLE': 136,
 'SATISFIABLE_WITH_OOM': 44,
 'UNKNOWN': 94,
 'UNSATISFIABLE': 4}

new:

{'ERROR': 5,
 'OOM': 11,
 'OPTIMAL': 96,
 'SATISFIABLE': 140,
 'SATISFIABLE_WITH_OOM': 44,
 'UNKNOWN': 93,
 'UNSATISFIABLE': 4}

MiniZinc Score:

{
    'main': 144.29,
    'new': 151.71
}

Average Primal Integral:

{
    `main`: 23.67,
    `new`: 23.79
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant