Fixed incorrect assertion.
This commit is contained in:
parent
f704ad64fd
commit
e0d46c2e99
@ -120,7 +120,7 @@ struct LiteralPrintVisitor
|
|||||||
|
|
||||||
void visit(const Clingo::AST::Comparison &comparison, const Clingo::AST::Literal &literal, Context &context)
|
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 = "";
|
const char *operatorName = "";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user