You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 378 of file src/CP/core/model.jl, function global_domain_cardinality, all variables are expected to have an inner attribute and the code fails when this is not the case.
To reproduce:
run the example for learning tsptw in SeaPearlZoo
Notice the code explodes ;)
The text was updated successfully, but these errors were encountered:
In line 378 of file src/CP/core/model.jl, function global_domain_cardinality, all variables are expected to have an
inner
attribute and the code fails when this is not the case.To reproduce:
The text was updated successfully, but these errors were encountered: