anthem/src/anthem
Patrick Lühne 2245e139b2
Reimplement integer variable detection
This is a reimplementation of the integer variable detection procedure.
The idea is to iteratively assume variables to be noninteger, and to
prove that this would lead to a false or erroneous result. If the proof
is successful, the variable is integer as a consequence.
2018-04-20 16:37:48 +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 Represent predicate parameters explicitly 2018-04-20 16:37:48 +02:00
IntegerVariableDetection.cpp Reimplement integer variable detection 2018-04-20 16:37:48 +02:00
Simplification.cpp Move Tristate class to separate header 2018-04-20 16:37:48 +02:00
Translation.cpp Represent predicate parameters explicitly 2018-04-20 16:37:48 +02:00