Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ogma-core: Fix translation of equivalence boolean operator from SMV. …
…Refs #126. The SMV to Copilot translator translates equivalences as (<==>). However, that operator does not exist in Copilot, it is simply (==) for Bools. This commit replaces the translation of the equivalence operator from SMV to be (==) in Copilot.
- Loading branch information