LICENSE
README.md
pyproject.toml
docs/build_docs.py
docs/conf.py
examples/advanced/differentiable_optimization.py
examples/basic/basic_convex_hull.py
examples/basic/jax_integration.py
polytopax/__init__.py
polytopax.egg-info/PKG-INFO
polytopax.egg-info/SOURCES.txt
polytopax.egg-info/dependency_links.txt
polytopax.egg-info/requires.txt
polytopax.egg-info/top_level.txt
polytopax/algorithms/__init__.py
polytopax/algorithms/approximation.py
polytopax/algorithms/exact.py
polytopax/algorithms/exact_3d.py
polytopax/algorithms/exact_nd.py
polytopax/algorithms/graham_scan.py
polytopax/core/__init__.py
polytopax/core/hull.py
polytopax/core/polytope.py
polytopax/core/utils.py
polytopax/operations/__init__.py
polytopax/operations/predicates.py
tests/__init__.py
tests/test_algorithm_analysis.py
tests/test_algorithm_comparison.py
tests/test_approximation.py
tests/test_basic.py
tests/test_convex_hull.py
tests/test_exact_3d_algorithms.py
tests/test_exact_algorithms.py
tests/test_exact_nd_algorithms.py
tests/test_graham_scan.py
tests/test_improved_algorithm.py
tests/test_point_containment_accuracy.py
tests/test_predicates.py
tests/test_robust_point_containment.py
tests/test_utils.py
tests/test_volume_accuracy.py