LICENSE
MANIFEST.in
README.md
pyproject.toml
sindae/__init__.py
sindae/data_utils.py
sindae/example_problems.py
sindae/hybrid_dae.py
sindae/nn_utils.py
sindae/plot_utils.py
sindae/problem.py
sindae/solvers.py
sindae.egg-info/PKG-INFO
sindae.egg-info/SOURCES.txt
sindae.egg-info/dependency_links.txt
sindae.egg-info/requires.txt
sindae.egg-info/top_level.txt
sindae/algorithms/__init__.py
sindae/algorithms/inference.py
sindae/algorithms/model_builder_utils.py
sindae/algorithms/pretrain.py
sindae/algorithms/smoother.py
sindae/algorithms/timing_utils.py
sindae/algorithms/decomp/__init__.py
sindae/algorithms/decomp/kkt_utils.py
sindae/algorithms/decomp/model_builder.py
sindae/algorithms/decomp/nn_gbm.py
sindae/algorithms/decomp/subproblem.py
sindae/algorithms/decomp/train.py
sindae/algorithms/simultaneous/__init__.py
sindae/algorithms/simultaneous/gbm.py
sindae/algorithms/simultaneous/model_builder.py
sindae/algorithms/simultaneous/nn_block.py
sindae/algorithms/simultaneous/train.py
sindae/interfaces/__init__.py
sindae/interfaces/feral_interface.py
sindae/interfaces/interior_point_compat.py
sindae/interfaces/pounce_interface.py
sindae/interfaces/pyomo_grey_box_nlp_extended.py
tests/test_decomp_kkt_symbolic_refresh.py
tests/test_decomp_objective_consistency.py
tests/test_feral_interface.py
tests/test_hybrid_dae.py
tests/test_pounce_grey_box.py
tests/test_smoke.py
tests/test_solvers.py