Skip to content
Snippets Groups Projects
Verified Commit 998aa444 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Continue applying constraints after first invert

parent 9c92bafc
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ function set_simple_constraints!(block::AbstractBlock, kwargs)
invert_value(value) = value
try
apply_simple_constraint!(alt_var(block), invert_value(value))
return
continue
catch e
if !(e isa VariableNotAvailable)
rethrow()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment