This repo contains formally represented knowledge of the domain of Control Engineering, including relevant sections of mathematics. It is still in early stage of development.
Until 2022-10-01 the repo with primary URL (https://github.com/ackrep-org/ocse/) held the OWL-based version 0.1 of the OCSE, which was referenced in some publications. The current version of the OCSE (0.2) is developed using the IRK framework and is thus incompatible. Version 0.1 is now available under https://github.com/ackrep-org/ocse-0.1.
- Use
pytest
(executed in the root directory of this repo) to run the OCSE unittests. - Use
pyirk -ac
to generate.ac_candidates.txt
file used for autocompletion in code editor.