anthem/src/anthem
Patrick Lühne e0509f725a
Replace SimplificationResult with OperationResult
This replaces the SimplificationResult enum class with OperationResult.
The rationale is that this type, which just reports whether or not an
operation actually changed the input data, is not simplification-
specific and will be used for integer variable detection as well.
2018-04-27 23:37:13 +02:00
..
output Refactored error handling. 2017-05-31 18:03:19 +02:00
ASTCopy.cpp Split functions from their declarations 2018-04-27 17:59:10 +02:00
ASTUtils.cpp Split predicates from their declarations 2018-04-27 17:55:59 +02:00
Completion.cpp Split predicates from their declarations 2018-04-27 17:55:59 +02:00
HiddenPredicateElimination.cpp Split predicates from their declarations 2018-04-27 17:55:59 +02:00
Simplification.cpp Replace SimplificationResult with OperationResult 2018-04-27 23:37:13 +02:00
Translation.cpp Split predicates from their declarations 2018-04-27 17:55:59 +02:00