c++ implementation and bidings of the frame placement cost + unit-tests
Compare changes
Files
13@@ -18,41 +18,37 @@ namespace bp = boost::python;
@@ -60,18 +56,6 @@ void exposeCostControl() {
This PR tackles the issue #195 (closed). Additionally it includes unit-test of Python bindings for control and frame placements costs.
It also solves the issue with the Python unit-test in the cmake submodule.