LogicIR parser.
- LogicIR Parser.
- LogicIR EDSL +
OverloadedStrings
. - Minimized LogicIR.
- General styling fixes.
- Supressed output in tests.
- Single-threaded test execution.
@j.s.tentusscher The mimization removed CNEqual
, CLeq
, CGeq
, so use the EDSL operators .!=
, .<=
, .>=
instead.