| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected