temporal_logic_mtl 0.1.0
temporal_logic_mtl: ^0.1.0 copied to clipboard
Metric Temporal Logic (MTL) extensions for temporal_logic_core.
0.1.0 #
- Initial release.
- Introduces Metric Temporal Logic (MTL) capabilities.
- Defines
TimeIntervalfor specifying time bounds. - Provides timed temporal operators:
EventuallyTimed,AlwaysTimed,UntilTimed. - Includes
evaluateMtlTracefunction for evaluating LTL and MTL formulas against timed traces. - Depends on
temporal_logic_corefor base formula structures and trace representation.