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

Method setAllVariable

src/FactorGraph.cpp:692–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 }
691
692 void FactorGraph::setAllVariable()
693 {
694 /** loop over all state names */
695 for (auto const &State : _StateData)
696 {
697 setVariable(State.first);
698 }
699 }
700
701 double FactorGraph::getSolverDurationAndReset()
702 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected