diff --git a/include/anthem/Body.h b/include/anthem/Body.h index 02ebd14..16fb107 100644 --- a/include/anthem/Body.h +++ b/include/anthem/Body.h @@ -120,7 +120,7 @@ struct LiteralPrintVisitor void visit(const Clingo::AST::Comparison &comparison, const Clingo::AST::Literal &literal, Context &context) { - assert(literal.sign != Clingo::AST::Sign::None); + assert(literal.sign == Clingo::AST::Sign::None); const char *operatorName = "";