Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eiquadprog
Commits
af662265
Commit
af662265
authored
Oct 04, 2019
by
Gabriele Buondonno
Browse files
[unittest] [eiquadprog-rt] test_unbiased
parent
0fe5ee5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
unittest/eiquadprog-rt.cpp
View file @
af662265
...
...
@@ -17,7 +17,6 @@ using namespace eiquadprog::solvers;
BOOST_AUTO_TEST_SUITE
(
BOOST_TEST_MODULE
)
/*
// min ||x||^2
BOOST_AUTO_TEST_CASE
(
test_unbiased
)
...
...
@@ -57,7 +56,6 @@ BOOST_AUTO_TEST_CASE ( test_unbiased )
BOOST_CHECK
(
x
.
isApprox
(
solution
));
}
*/
// min ||x||^2
// s.t.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment