Skip to content

eigen-gurobi allows to use the Gurobi QP solver with the Eigen3 library

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

vsamy/eigen-gurobi

 
 

Repository files navigation

eigen-gurobi

eigen-gurobi allow to use the Gurobi QP solver with the Eigen3 library.

Installing

Manual

Dependencies

To compile you need the following tools:

Building

git clone --recursive https://github.com/jorisv/eigen-quadprog
cd eigen-gurobi
mkdir _build
cd _build
cmake [options] ..
make && make intall

Where the main options are:

  • -DCMAKE_BUIlD_TYPE=Release Build in Release mode
  • -DCMAKE_INSTALL_PREFIX=some/path/to/install default is /usr/local
  • -DUNIT_TESTS=ON Build unit tests.

About

eigen-gurobi allows to use the Gurobi QP solver with the Eigen3 library

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.0%
  • CMake 19.3%
  • C 1.7%