Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for equality constraints in TA #14

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

senniraf
Copy link
Contributor

@senniraf senniraf commented Feb 8, 2024

This pull request fixes #13.

Changes:

  • The engine translates equality constraints (a = b and a ≠ b) by replacing them with conjuncted inequalities (a ≤ b ∧ a ≥ b and a < b ∧ a > b).
  • Added a test that imports a JANI file of a TA containing equality constraints and creates an Explorer on it.

@koehlma koehlma merged commit 2d0177a into koehlma:main Feb 8, 2024
@koehlma
Copy link
Owner

koehlma commented Feb 8, 2024

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid identifier gloabl_x error when creating Explorer of timed automaton
2 participants