#include "eiquadprog/eiquadprog-fast.hpp"
#include <Eigen/Core>
#include <boost/test/unit_test.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (test_biased) | |
BOOST_AUTO_TEST_CASE (test_equality_constraints) | |
BOOST_AUTO_TEST_CASE (test_full) | |
BOOST_AUTO_TEST_CASE (test_inequality_constraints) | |
BOOST_AUTO_TEST_CASE (test_nonconvex) | |
BOOST_AUTO_TEST_CASE (test_unbiased) | |
BOOST_AUTO_TEST_CASE (test_unbounded) | |
BOOST_AUTO_TEST_CASE (test_unfeasible_constraints) | |
BOOST_AUTO_TEST_CASE (test_unfeasible_equalities) | |
BOOST_AUTO_TEST_CASE (test_unfeasible_inequalities) | |
BOOST_AUTO_TEST_CASE | ( | test_biased | ) |
Definition at line 79 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_equality_constraints | ) |
Definition at line 124 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_full | ) |
Definition at line 221 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_inequality_constraints | ) |
Definition at line 171 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_nonconvex | ) |
Definition at line 438 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_unbiased | ) |
solves the problem min. 0.5 * x' Hess x + g0' x s.t. CE x + ce0 = 0 CI x + ci0 >= 0
Definition at line 38 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_unbounded | ) |
Definition at line 401 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_unfeasible_constraints | ) |
Definition at line 359 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_unfeasible_equalities | ) |
Definition at line 273 of file tests/eiquadprog-fast.cpp.
BOOST_AUTO_TEST_CASE | ( | test_unfeasible_inequalities | ) |
Definition at line 315 of file tests/eiquadprog-fast.cpp.