Open jorgefandinno opened 3 years ago
This issue is resolved by updating the clingo-rs Rust bindings library to the latest version (which would break the current version of Anthem in other ways), or by patching the ast.rs file in clingo-rs commit 61cc68c0d.
Symbol >= in ASP programs seems to be understood as >. Rewriting programs to use <= instead of >= works.