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
2dDat.zip
The attached example has a 2d set with the correct syntax for AMPL in the dat file, but this is the
result (at a minimum the message should indicate that it comes from the dat file parser).
$ pyomo solve 2dDAT.py 2dDAT.dat --solver=cplex
[ 0.00] Setting up Pyomo environment
[ 0.00] Applying Pyomo preprocessing actions
[ 0.00] Creating model
[ 0.02] Pyomo Finished
ERROR: Unexpected exception while running model: Unexpected comma outside of
(), {} or [] declarations
The text was updated successfully, but these errors were encountered:
2dDat.zip
The attached example has a 2d set with the correct syntax for AMPL in the dat file, but this is the
result (at a minimum the message should indicate that it comes from the dat file parser).
$ pyomo solve 2dDAT.py 2dDAT.dat --solver=cplex
[ 0.00] Setting up Pyomo environment
[ 0.00] Applying Pyomo preprocessing actions
[ 0.00] Creating model
[ 0.02] Pyomo Finished
ERROR: Unexpected exception while running model: Unexpected comma outside of
(), {} or [] declarations
The text was updated successfully, but these errors were encountered: