hanslovsky

no glpk

Aug 23rd, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.29 KB | None | 0 0
  1. hanslovskyp@saalfelds-ws2 ~/git/nifty/build/python/nifty (git)-[master] % python ~/Downloads/nifty_mc_examples.py
  2. Traceback (most recent call last):
  3.   File "/home/hanslovskyp/Downloads/nifty_mc_examples.py", line 70, in <module>
  4.     labels = nifty_exact(numberOfVariables, edges, costs)
  5.   File "/home/hanslovskyp/Downloads/nifty_mc_examples.py", line 58, in nifty_exact
  6.     addOnlyViolatedThreeCyclesConstraints=True
  7.   File "/home/hanslovskyp/.conda/envs/py27/lib/python2.7/site-packages/nifty/__init__.py", line 83, in multicutIlpFactory
  8.     s,F = getSettingsAndFactoryCls("MulticutIlpGlpk")
  9.   File "/home/hanslovskyp/.conda/envs/py27/lib/python2.7/site-packages/nifty/__init__.py", line 29, in getSettingsAndFactoryCls
  10.     s =  getSettings(baseName)
  11.   File "/home/hanslovskyp/.conda/envs/py27/lib/python2.7/site-packages/nifty/__init__.py", line 26, in getSettings
  12.     S =  getSettingsCls(baseName)
  13.   File "/home/hanslovskyp/.conda/envs/py27/lib/python2.7/site-packages/nifty/__init__.py", line 20, in getSettingsCls
  14.     S =  getCls(mcMod, baseName + "Settings" ,objectiveName)
  15.   File "/home/hanslovskyp/.conda/envs/py27/lib/python2.7/site-packages/nifty/__init__.py", line 17, in getCls
  16.     return module.__dict__[prefix+postfix]
  17. KeyError: 'MulticutIlpGlpkSettingsMulticutObjectiveUndirectedGraph'
Advertisement
Add Comment
Please, Sign In to add comment