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
...
Solved in 0 iterations and 0.00 seconds (0.00 work units)
Optimal objective 1.000000000e+00
Vector matrix product of certificate of ill conditioning and basis:
ZTHREE
Traceback (most recent call last):
File "D:\brol\modelanalyzer.py", line 7, in <module>
ma.kappa_explain(m)
File "C:\Users\peno\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\gurobi_modelanalyzer\results_analyzer.py", line 421, in kappa_explain
refine_output(resmodel, yvaldict, expltype, submatrix)
File "C:\Users\peno\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\gurobi_modelanalyzer\results_analyzer.py", line 1640, in refine_output
contoadd = condict[conname]
~~~~~~~^^^^^^^^^
KeyError: '(mult=1.0)MYEQN'
...
Note that I run this on a windows 11 computer with the latest version of this tool (I did a pip install today)
The gurobi version is 10.0.3 (running on a compute server)
The python version is: 3.11.6
I get this error for almost all my models I test.
The text was updated successfully, but these errors were encountered:
With following python file:
With attached file:
oops1.mps.txt
I get the following error:
Note that I run this on a windows 11 computer with the latest version of this tool (I did a pip install today)
The gurobi version is 10.0.3 (running on a compute server)
The python version is: 3.11.6
I get this error for almost all my models I test.
The text was updated successfully, but these errors were encountered: