-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
7 lines (4 loc) · 686 Bytes
/
Copy pathREADME
File metadata and controls
7 lines (4 loc) · 686 Bytes
1
2
3
4
5
6
7
ONS is a library implementing calculations with nominal sets over the total order symmetry. Its implementation uses representation theory of nominal orbits, representing nominal sets through their collection of orbits. This provides predictable, fast performance for calculations with nominal sets, which is useful in applications.
Full documentation of the exposed interfaces by this package can be found in the doc/ directory.
Code for comparing ONS performance at minimising automata to LOIS and NLambda can be found at https://github.com/davidv1992/ONS_Minimise.
Code for comparing learning performance can be found at https://gitlab.science.ru.nl/moerman/nominal-learning-ons/.