27#ifndef G2O_OPTIMIZATION_ALGORITHM_H
28#define G2O_OPTIMIZATION_ALGORITHM_H
30#include "Base/Headers/Buffer.hpp"
34#include "hyper_graph.h"
35#include "sparse_block_matrix.h"
Generic interface for a non-linear solver operating on a graph.
SolverResult
Result codes returned by the solver after each iteration.
@ Fail
Iteration failed (e.g., singular matrix).
@ OK
Iteration succeeded, continue.
@ Terminate
Optimization should stop (converged or no improvement).
Sparse optimizer that manages active vertices and edges for graph-based optimization.
The primary namespace for the NDEVR SDK.