MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / FactorGraph

Method FactorGraph

src/FactorGraph.cpp:43–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 FactorGraph::FactorGraph() : _Graph(this->_DefaultProblemOptions), _Structure(&_Graph, &_StateData), _SolverDuration(0.0), _SolverIterations(0), _MarginalizationDuration(0.0)
44 {}
45
46 void FactorGraph::solve()
47 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected