commit | 0a53aa9054bfc8e7e8376c11c6f03472a976a553 | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Sun Jul 07 10:24:18 2024 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Thu Jul 18 00:24:49 2024 -0700 |
tree | 271ed8d72b507eae8711390c5488d99b8da08f62 | |
parent | 21b026aa2cbb91aa0691b8c71260b3bf65e71e96 [diff] |
Take abseil as a dependency 1. Add abseil-cpp as a submodule. We are tracking the latest LTS release, which is lts_2024_01_16. 2. Replace glog/gflags with absl::log and absl::flags. 3. Remove miniglog 4. Also take a whack at making the bazel build work with abseil-cpp and gtest. There are a number of TODOs in this CL that still need to be resolved. Change-Id: I39355ed7d61375be4ebcbc8596d9cc70acc1c678
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.