You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MiniZinc
When a run my program in the terminal appears this warning Warning: included file "count.mzn" overrides a global constraint file from the standard library. This is deprecated. For a solver-specific redefinition of a global constraint, override "fzn_<global>.mzn" instead. Anyone knows how to solve
guido.tack
unread,
Sep 18, 2023, 12:52:25 AM9/18/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MiniZinc
The error message probably means that either your model file is called "count.mzn", which is problematic since the MiniZinc standard library contains a file called "count.mzn". Renaming your file should get rid of this warning.