We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When writing this table,
model diet.mod; data diet.dat; solve; table dietResults OUT "amplxl" "Buy.xlsx" "Results": [FOOD], cost, Buy, Buy.rc ~ BuyRC, {j in FOOD} Buy[j]/f_max[j] ~ BuyFrac; write table dietResults;
if the specified spreadsheet file Buy.xlsx does not exist, the amplxl handler creates the file, but then crashes:
Buy.xlsx
ampl: load amplxl.dll; ampl: include dietOutput.run MINOS 5.51: optimal solution found. 6 iterations, objective 88.2 cannot open file sw:
Buy.xlsx does get created, but it is empty. The AMPL files are dietOutput.run, diet.mod, diet.dat.
The text was updated successfully, but these errors were encountered:
Fixed in 22976d4
Sorry, something went wrong.
No branches or pull requests
When writing this table,
if the specified spreadsheet file
Buy.xlsx
does not exist, the amplxl handler creates the file, but then crashes:Buy.xlsx
does get created, but it is empty. The AMPL files are dietOutput.run, diet.mod, diet.dat.The text was updated successfully, but these errors were encountered: