Skip to content

User friendly toolbox for robust optimization with spline relaxations.

Notifications You must be signed in to change notification settings

meco-group/optispline

Repository files navigation

build status

coverage report

Run the binaries (inside MECO group):

See instructions https://gitlab.mech.kuleuven.be/meco-software/meco_binaries/tree/master

cpp_splines

To run unittests:

All tests, with -V for verbose:

ctest -V

Only python tests :

ctest -V -R python

Only matlab tests (with -V for verbose):

ctest -V -R matlab

Cpplint filters:

-whitespace/semicolon,-whitespace/blank_line,-whitespace/operators,-whitespace/indent,-whitespace/comments,-build/include_order,-build/include_order,-build/namespaces,-build/include_what_you_use,-readability/streams,-runtime/references,-runtime/int,-runtime/explicit,-runtime/printf,-build/c++11,-readability/braces,-runtime/indentation_namespace

linesize 100