Add ExpressionGraph::Erase(ExpressionId) Add the function ExpressionGraph::Erase and a test-case for it. Erase removes the given expression from the graph by shifting all later expressions to the front. Indices and references are updated accordingly. Change-Id: Ic0449ccf28b369600fd2959a7e2a919d47f4cbe3
Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems.
Please see ceres-solver.org for more information.