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
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
In my Julia file I am creating variables. The output .lp file has brackets for the variables and is creating many errors like the following when I am running cbc from the command line:
### CoinLpIO::is_invalid_name(): Name x[1] contains illegal character '['
Is there any way to fix this? Maybe we can replace the brackets with underscores?
The text was updated successfully, but these errors were encountered:
In my Julia file I am creating variables. The output .lp file has brackets for the variables and is creating many errors like the following when I am running cbc from the command line:
Is there any way to fix this? Maybe we can replace the brackets with underscores?
The text was updated successfully, but these errors were encountered: