.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
doc/Makefile
doc/make.bat
doc/source/Doxyfile
doc/source/api_reference.rst
doc/source/conf.py
doc/source/developer_guide.rst
doc/source/getting_started.rst
doc/source/index.rst
doc/source/user_guide.rst
doc/source/api_reference/sgm_wrapper.rst
doc/source/api_reference/libsgm_python/index.rst
doc/source/api_reference/libsgm_python/lr_manager/index.rst
doc/source/api_reference/libsgm_python/sgm_python/index.rst
doc/source/api_reference/libsgm_python/sgm_python_parall/index.rst
doc/source/developer_guide/before_coding.rst
doc/source/developer_guide/lr_manager.rst
doc/source/developer_guide/memory_optimization.rst
doc/source/developer_guide/piecewise_optimization.rst
doc/source/getting_started/example.rst
doc/source/getting_started/installation.rst
doc/source/getting_started/quick_overview.rst
doc/source/images/lr_manager.png
doc/source/images/piecewise_optimization.png
doc/source/images/sgm_memory_optim.png
libSGM.egg-info/PKG-INFO
libSGM.egg-info/SOURCES.txt
libSGM.egg-info/dependency_links.txt
libSGM.egg-info/entry_points.txt
libSGM.egg-info/not-zip-safe
libSGM.egg-info/requires.txt
libSGM.egg-info/top_level.txt
libsgm_python/__init__.py
libsgm_python/lr_manager.py
libsgm_python/sgm_python.py
libsgm_python/sgm_python_parall.py
sources/sgm_wrapper.cpp
sources/sgm_wrapper.pyx
sources/lib/sgm.cpp
sources/lib/sgm.hpp
test/__init__.py
test/functions_unittest.cpp
test/include/gtest/gtest-death-test.h
test/include/gtest/gtest-matchers.h
test/include/gtest/gtest-message.h
test/include/gtest/gtest-param-test.h
test/include/gtest/gtest-printers.h
test/include/gtest/gtest-spi.h
test/include/gtest/gtest-test-part.h
test/include/gtest/gtest-typed-test.h
test/include/gtest/gtest.h
test/include/gtest/gtest_pred_impl.h
test/include/gtest/gtest_prod.h
test/include/gtest/internal/gtest-death-test-internal.h
test/include/gtest/internal/gtest-filepath.h
test/include/gtest/internal/gtest-internal.h
test/include/gtest/internal/gtest-param-util.h
test/include/gtest/internal/gtest-port-arch.h
test/include/gtest/internal/gtest-port.h
test/include/gtest/internal/gtest-string.h
test/include/gtest/internal/gtest-type-util.h
test/include/gtest/internal/gtest-type-util.h.pump
test/include/gtest/internal/custom/README.md
test/include/gtest/internal/custom/gtest-port.h
test/include/gtest/internal/custom/gtest-printers.h
test/include/gtest/internal/custom/gtest.h
test/src/gtest-all.cc
test/src/gtest-death-test.cc
test/src/gtest-filepath.cc
test/src/gtest-internal-inl.h
test/src/gtest-matchers.cc
test/src/gtest-port.cc
test/src/gtest-printers.cc
test/src/gtest-test-part.cc
test/src/gtest-typed-test.cc
test/src/gtest.cc
test/src/gtest_main.cc
test/test_libsgm_python/__init__.py
test/test_libsgm_python/common.py
test/test_libsgm_python/disable_test_sgm_python_parall.py
test/test_libsgm_python/test_lr_manager.py
test/test_libsgm_python/test_sgm_python.py