.copier-answers.yml
.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.markdownlint.yml
.pre-commit-config.yaml
.pytest.ini
.ruff.toml
CHANGELOG.md
CLAUDE.md
LICENSE.txt
README.md
mkdocs.yml
pyproject.toml
tox.ini
LICENSES/LGPLv3.txt
LICENSES/headers/BSD-0-Clause.txt
LICENSES/headers/CC-BY-SA-4.0.txt
LICENSES/headers/LGPL-3.0.txt
docs/changelog.md
docs/credits.md
docs/credits.md.jinja
docs/gallery_conf.py
docs/gen_credits.py
docs/gen_ref_nav.py
docs/gen_tms_data.py
docs/index.md
docs/licenses.md
docs/references.bib
docs/css/extra.css
docs/css/fontello.css
docs/css/xdsmjs.css
docs/examples/.gitignore
docs/images/.gitignore
docs/images/monogram.png
docs/javascripts/mathjax.js
docs/overrides/partials/copyright.html
docs/user_guide/cli.md
docs/user_guide/create_mdo_scenario.md
docs/user_guide/disciplines_as_typed_models.md
docs/user_guide/export_mdo_results.md
docs/user_guide/glossary.md
docs/user_guide/how_to.md
docs/user_guide/index.md
docs/user_guide/ode4hera_ontology.md
docs/user_guide/quickstart.md
docs/user_guide/supported_constructs.md
docs/user_guide/tms_use_case.md
docs/user_guide/tui_authoring.md
docs/user_guide/img/xdsm.png
requirements/check.in
requirements/check.txt
requirements/doc.txt
requirements/test-python3.12.txt
requirements/test-python3.13.txt
src/gemseo_sysml/__init__.py
src/gemseo_sysml.egg-info/PKG-INFO
src/gemseo_sysml.egg-info/SOURCES.txt
src/gemseo_sysml.egg-info/dependency_links.txt
src/gemseo_sysml.egg-info/entry_points.txt
src/gemseo_sysml.egg-info/requires.txt
src/gemseo_sysml.egg-info/scm_file_list.json
src/gemseo_sysml.egg-info/scm_version.json
src/gemseo_sysml.egg-info/top_level.txt
src/gemseo_sysml/api/__init__.py
src/gemseo_sysml/api/reader_api.py
src/gemseo_sysml/api/writer_api.py
src/gemseo_sysml/data/ODE4HERA.sysml
src/gemseo_sysml/data/__init__.py
src/gemseo_sysml/demo_gui/__init__.py
src/gemseo_sysml/demo_gui/home.py
src/gemseo_sysml/disciplines/__init__.py
src/gemseo_sysml/disciplines/centrifugal_pump.py
src/gemseo_sysml/disciplines/system_disciplines.py
src/gemseo_sysml/disciplines/thermal_management_system_discipline.py
src/gemseo_sysml/entrypoints/__init__.py
src/gemseo_sysml/entrypoints/gemseo_sysml_demo.py
src/gemseo_sysml/entrypoints/gemseo_sysml_tui.py
src/gemseo_sysml/models/__init__.py
src/gemseo_sysml/models/builders.py
src/gemseo_sysml/models/factory.py
src/gemseo_sysml/models/models.py
src/gemseo_sysml/tui/__init__.py
src/gemseo_sysml/tui/app.py
src/gemseo_sysml/tui/bind_generator.py
src/gemseo_sysml/tui/discipline_catalog.py
src/gemseo_sysml/tui/quantity_kinds.py
src/gemseo_sysml/tui/renderer.py
src/gemseo_sysml/tui/tui_loader.py
src/gemseo_sysml/tui/tui_models.py
src/gemseo_sysml/tui/screens/__init__.py
src/gemseo_sysml/tui/screens/constraints.py
src/gemseo_sysml/tui/screens/design_space.py
src/gemseo_sysml/tui/screens/discipline_editor.py
src/gemseo_sysml/tui/screens/disciplines.py
src/gemseo_sysml/tui/screens/objective.py
src/gemseo_sysml/tui/screens/strategy.py
src/gemseo_sysml/tui/screens/summary.py
src/gemseo_sysml/tui/screens/sysml_paths.py
src/gemseo_sysml/tui/screens/welcome.py
src/gemseo_sysml/tui/templates/mdao.sysml.j2
src/gemseo_sysml/tui/widgets/__init__.py
src/gemseo_sysml/tui/widgets/nav_bar.py
src/gemseo_sysml/utils/__init__.py
src/gemseo_sysml/utils/ode4hera_data.py
src/gemseo_sysml/utils/requirements_checker.py
src/gemseo_sysml/utils/sysml_elements.py
src/gemseo_sysml/utils/sysml_reader.py
src/gemseo_sysml/utils/sysml_units.py
src/gemseo_sysml/utils/sysml_utils.py
src/gemseo_sysml/utils/sysml_writer.py
tests/__init__.py
tests/conftest.py
tests/api/__init__.py
tests/api/test_reader_api.py
tests/api/test_writer_api.py
tests/data/01_TMS_stakeholder_needs_requirements.sysml
tests/data/02_TMS_system_requirements.sysml
tests/data/02_TMS_system_requirements_EQUALITY.sysml
tests/data/03_TMS_system_architecture.sysml
tests/data/03_TMS_system_architecture_MAXIMIZATION_OBJECTIVE.sysml
tests/data/04_TMS_MDAO.sysml
tests/data/04_TMS_MDAO_BILEVEL.sysml
tests/data/04_TMS_MDAO_EQUALITY.sysml
tests/data/04_TMS_MDAO_IDF.sysml
tests/data/04_TMS_MDAO_INVERTED_BOUNDS.sysml
tests/data/04_TMS_MDAO_MISSING_DEFAULT_VALUE.sysml
tests/data/04_TMS_MDAO_UNKNOWN_FORMULATION.sysml
tests/data/05_TMS_MBD.sysml
tests/data/06_TMS_SPDM.sysml
tests/data/MDAO_output_NAME_NOT_IN_X_OPT_DICT.sysml
tests/data/MDAO_output_NO_NAME_AS_CONSTRAINT.sysml
tests/data/MDAO_output_NO_NAME_AS_OBJECTIVE.sysml
tests/data/MultiDisciplinaryAnalysisOptimization_NoDesignSpace.sysml
tests/data/MultiDisciplinaryAnalysisOptimization_NoDesignSpaceSolution.sysml
tests/data/MultiDisciplinaryAnalysisOptimization_NoObjective.sysml
tests/data/TMS_data_dictionary.sysml
tests/disciplines/__init__.py
tests/disciplines/test_centrifugal_pump.py
tests/disciplines/test_system_disciplines.py
tests/disciplines/test_thermal_management_system.py
tests/models/__init__.py
tests/models/test_builders.py
tests/models/test_factory.py
tests/models/test_models.py
tests/scenarios/__init__.py
tests/scenarios/test_tms_scenario.py
tests/tui/__init__.py
tests/tui/test_bind_generator.py
tests/tui/test_discipline_catalog.py
tests/tui/test_renderer.py
tests/tui/test_sysml_paths.py
tests/tui/test_tui_loader.py
tests/utils/__init__.py
tests/utils/test_ode4hera_data.py
tests/utils/test_requirements_checker.py
tests/utils/test_sysml_elements.py
tests/utils/test_sysml_reader.py
tests/utils/test_sysml_units.py
tests/utils/test_sysml_writer.py
tests/utils/test_utils.py