Hello again,
I'm using Optano.Modeling 3.3.0.474 and Optano.Modeling.Gurobi 9.0.1.23 with Gurobi 9.0.1 and implemented it in a .NET Core 2.1 Console App.
Here's the error message of SCIP, when I try to read in a LP file created by Optano:
read problem </scratch/hpc-prf-nltp/sascha/scip/dickert_ma05_64_0_3_3_0_65_6_391.lp>
============
[/local/kel/SCIP/scipoptsuite-6.0.2/scip/src/scip/reader_lp.c:160] ERROR: Syntax error in line 1805 ('inF'): two consecutive values.
input: hzd: 750 inF - rc <= 750
^
[/local/kel/SCIP/scipoptsuite-6.0.2/scip/src/scip/reader_lp.c:3407] ERROR: Error <-2> in function call
error reading file </scratch/hpc-prf-nltp/sascha/scip/dickert_ma05_64_0_3_3_0_65_6_391.lp>
Gurobi already stops at line 103:
Error reading LP format file ../lp/dickert_ma05_64_0_3_3_0_65_6_391.lp at line 103
Incomplete constraint
Neighboring tokens: " BiN - Nz <= 750 wSd: UCJ - 0.007448 "
ERROR 10012: Unable to read file
If I otherwise use the NameHandlingStyle.Manual name handling, the created LP files can be read and solved without problems.
Thank you for the support!
Have a nice weekend :)
Best,
Sascha