I am Charmie

メモとログ

Build OpenGM 2.2.1 on Ubuntu

OpenGM is a C++ library for discrete optimization and inference. OpenGM uses several open source codes as external libraries. I compiled it on Ubuntu 12.04. Due to some reasons, I omitted some of the external libraries:

  • CPlex: I spent 2-3 minutes to get the code of CPlex and then gave up.
  • IBFS (MaxFlow-IBFS): couldn't apply patch because the original code was updated.
  • FastPD: compile error or something
  • Grante: I had compile error
  • GUROBI: lazy for compilation
  • GCO: same as IBFS. However, I manually applied.