add using...
parent
63b643e0bf
commit
bd487ac1f6
|
@ -614,6 +614,8 @@ static GaussianFactorGraph read(const string& name) {
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
// Read from XML file
|
// Read from XML file
|
||||||
TEST(SubgraphSolver, Solves) {
|
TEST(SubgraphSolver, Solves) {
|
||||||
|
using gtsam::example::planarGraph;
|
||||||
|
|
||||||
// Create preconditioner
|
// Create preconditioner
|
||||||
SubgraphPreconditioner system;
|
SubgraphPreconditioner system;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue