25 #include <boost/assign/std/vector.hpp> 27 using namespace gtsam;
44 expected[0] += none, 0, 0, none;
45 expected[1] += none, 1, none, none;
46 expected[2] += 0, none, 1, none;
47 expected[3] += 1, none, none, none;
48 expected[5] += none, none, none, 0;
49 expected[9] += none, none, none, 1;
Provides additional testing facilities for common data structures.
static int runAllTests(TestResult &result)
VariableSlots describes the structure of a combined factor in terms of where each block comes from in...
void push_factor(Key key)
bool assert_equal(const Matrix &expected, const Matrix &actual, double tol)
TEST(LPInitSolver, InfiniteLoopSingleVar)