Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceBleukx committed Oct 10, 2023
1 parent 4852207 commit 84c2026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpmpy/tools/mus.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ def do_recursion(soft, hard, delta):
solver_core = set(m.get_core())
max_idx = max(i for i,a in enumerate(assump) if a in solver_core)

core = do_recursion(list(assump)[:max_idx], [], [])
core = do_recursion(list(assump)[:max_idx+1], [], [])
return [dmap[a] for a in core]

0 comments on commit 84c2026

Please sign in to comment.