Added minor comment to negated comparisons.
This commit is contained in:
parent
58a0a9d074
commit
1f501c63a8
@ -146,6 +146,7 @@ struct BodyLiteralTranslateVisitor
|
|||||||
// TODO: refactor
|
// TODO: refactor
|
||||||
std::experimental::optional<ast::Formula> visit(const Clingo::AST::Comparison &comparison, const Clingo::AST::Literal &literal, Context &context)
|
std::experimental::optional<ast::Formula> visit(const Clingo::AST::Comparison &comparison, const Clingo::AST::Literal &literal, Context &context)
|
||||||
{
|
{
|
||||||
|
// Comparisons should never have a sign, because these are converted to positive comparisons by clingo
|
||||||
if (literal.sign != Clingo::AST::Sign::None)
|
if (literal.sign != Clingo::AST::Sign::None)
|
||||||
throwErrorAtLocation(literal.location, "negated comparisons in body currently unsupported", context);
|
throwErrorAtLocation(literal.location, "negated comparisons in body currently unsupported", context);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user