andresbh / qpDUNES-dev

Private development repository for qpDUNES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qpDUNES-dev

Private development repository for qpDUNES

+=================================================================+

INSTALLATION:

  1. build the qpDUNES source code from the qpDUNES root directory:

    cd [qpDUNES-dir] make

SOLVE A QP:

  1. go to examples directory:

    cd [qpDUNES-dir]/examples

  2. build the examples:

    make

  3. run an example of your choice

    ./example1

INSTALLATION WITH CMAKE:

mkdir build
cd build
cmake -DQPDUNES_SIMPLE_BOUNDS_ONLY:BOOL=OFF
make
make install

after this you can run test, optionally:

make test

+=================================================================+

About

Private development repository for qpDUNES

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 65.7%Language:C 24.4%Language:MATLAB 6.2%Language:Makefile 1.9%Language:CMake 0.9%Language:Shell 0.7%Language:M 0.3%