Evgenii Balai

Results 27 issues of Evgenii Balai

When an unsupported version of clingo is used (

enhancement

Allow 'mod' to occur in program literals.

The program with # maxint = 100000. does not compile..

| java -jar sparc.jar does not work..

Currently, both default negation and classical negation are allowed before sort atoms: For example, the following program is valid: sorts # s = {a,b,c}. # s2 = {a,b,d}. predicates p(#s)....

bug
enhancement

The following program: sorts # s = {0,1}. predicates p(#s). rules 1{p(X)}1 :- X

bug

Make CR-rules work when clingo solver is used.

enhancement