Open bennettm opened 5 months ago
Constraints coefficients and RHS are outside the range of [1e-3, 1e6].
Through model scaling, constraints will be in a range that is acceptable by solver Gurobi.
Use a script attached with the branch to get all constraints that are outside the range recommended by Gurobi: [1e-3, 1e6].
- OS: Mac - Julia version: 1.7 - Solver: Gurobi - Solver version: 10
Manifest.txt
No response
Is there an existing issue for this?
Current Behavior
Constraints coefficients and RHS are outside the range of [1e-3, 1e6].
Expected Behavior
Through model scaling, constraints will be in a range that is acceptable by solver Gurobi.
Steps To Reproduce
Use a script attached with the branch to get all constraints that are outside the range recommended by Gurobi: [1e-3, 1e6].
Environment
Manifest.toml file
Manifest.txt
Anything else?
No response