anthem/src/anthem
Patrick Lühne d950b8ec1a
Add integer simplification rule
This adds the rule “(F in G) === (F = G) if F and G are integer
variables” to the simplification rule tableau
2018-04-21 18:12:43 +02:00
..
output Refactored error handling. 2017-05-31 18:03:19 +02:00
ASTCopy.cpp Split functions from their declaration 2018-04-20 16:37:48 +02:00
ASTUtils.cpp Remove Constant class 2018-04-20 16:37:48 +02:00
Completion.cpp Represent predicate parameters explicitly 2018-04-20 16:37:48 +02:00
HiddenPredicateElimination.cpp Minor formatting 2018-04-20 16:37:49 +02:00
IntegerVariableDetection.cpp Move arithmetic check to separate header 2018-04-21 17:59:05 +02:00
Simplification.cpp Add integer simplification rule 2018-04-21 18:12:43 +02:00
Translation.cpp Fix incorrect index in output 2018-04-21 17:09:45 +02:00