anthem/src
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
..
anthem Fix integer detection 2018-04-22 17:04:15 +02:00
CMakeLists.txt Refactored error handling. 2017-05-31 18:03:19 +02:00