.codecov.yml
.gitignore
.pre-commit-config.yaml
.pylintrc
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
NOTICE
README.md
mypy.ini
pyproject.toml
setup.cfg
setup.py
sonar-project.properties
.github/workflows/libsgm_ci.yml
.gitlab/README.md
.gitlab/issue_templates/Bug.md
.gitlab/issue_templates/Proposition.md
.gitlab/merge_request_templates/MR.md
docs/Doxyfile
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/developer_guide.rst
docs/source/getting_started.rst
docs/source/index.rst
docs/source/sgm_wrapper.rst
docs/source/developer_guide/before_coding.rst
docs/source/developer_guide/lr_manager.rst
docs/source/developer_guide/memory_optimization.rst
docs/source/developer_guide/piecewise_optimization.rst
docs/source/getting_started/example.rst
docs/source/getting_started/installation.rst
docs/source/getting_started/quick_overview.rst
docs/source/images/lr_manager.png
docs/source/images/piecewise_optimization.png
docs/source/images/sgm_memory_optim.png
src/libSGM/sgm_wrapper.cpp
src/libSGM/sgm_wrapper.pyx
src/libSGM.egg-info/PKG-INFO
src/libSGM.egg-info/SOURCES.txt
src/libSGM.egg-info/dependency_links.txt
src/libSGM.egg-info/entry_points.txt
src/libSGM.egg-info/requires.txt
src/libSGM.egg-info/top_level.txt
src/libSGM/lib/sgm.cpp
src/libSGM/lib/sgm.hpp
src/libsgm_python/__init__.py
src/libsgm_python/lr_manager.py
src/libsgm_python/sgm_python.py
src/libsgm_python/sgm_python_parall.py
tests/__init__.py
tests/functions_unittest.cpp
tests/include/gtest/gtest-death-test.h
tests/include/gtest/gtest-matchers.h
tests/include/gtest/gtest-message.h
tests/include/gtest/gtest-param-test.h
tests/include/gtest/gtest-printers.h
tests/include/gtest/gtest-spi.h
tests/include/gtest/gtest-test-part.h
tests/include/gtest/gtest-typed-test.h
tests/include/gtest/gtest.h
tests/include/gtest/gtest_pred_impl.h
tests/include/gtest/gtest_prod.h
tests/include/gtest/internal/gtest-death-test-internal.h
tests/include/gtest/internal/gtest-filepath.h
tests/include/gtest/internal/gtest-internal.h
tests/include/gtest/internal/gtest-param-util.h
tests/include/gtest/internal/gtest-port-arch.h
tests/include/gtest/internal/gtest-port.h
tests/include/gtest/internal/gtest-string.h
tests/include/gtest/internal/gtest-type-util.h
tests/include/gtest/internal/gtest-type-util.h.pump
tests/include/gtest/internal/custom/README.md
tests/include/gtest/internal/custom/gtest-port.h
tests/include/gtest/internal/custom/gtest-printers.h
tests/include/gtest/internal/custom/gtest.h
tests/src/gtest-all.cc
tests/src/gtest-death-test.cc
tests/src/gtest-filepath.cc
tests/src/gtest-internal-inl.h
tests/src/gtest-matchers.cc
tests/src/gtest-port.cc
tests/src/gtest-printers.cc
tests/src/gtest-test-part.cc
tests/src/gtest-typed-test.cc
tests/src/gtest.cc
tests/src/gtest_main.cc
tests/test_libsgm_python/__init__.py
tests/test_libsgm_python/common.py
tests/test_libsgm_python/disable_test_sgm_python_parall.py
tests/test_libsgm_python/test_lr_manager.py
tests/test_libsgm_python/test_sgm_python.py