anthem/src/anthem
Patrick Lühne ea885f5fdb
Fix integer detection
Clingo treats operations that were assumed to be “invalid” not as
processing errors but as operations returning an empty set.

This changes how formulas have to be evaluated. This commit implements
an explicit function for retrieving the return type of an expression,
that is, both the domain of the result as well as whether it’s an empty,
unit, or general set with multiple values.
2018-04-22 17:04:15 +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 Fix integer detection 2018-04-22 17:04:15 +02:00
Simplification.cpp Fix integer detection 2018-04-22 17:04:15 +02:00
Translation.cpp Move Domain class to Utils header 2018-04-22 14:56:58 +02:00