Richard Comploi-Taupe

Results 21 issues of Richard Comploi-Taupe

Hello! I just found an interesting bug which occurs in Internet Explorer 9: If the FileReader´s debug mode is switched on, but the IE F12 developer tools (debugger) are not...

Support for domain-specific heuristics specified declaratively within ASP programs in the form of heuristic directives, as described in our upcoming research paper **Domain-Specific Heuristics in Answer Set Programming: A Declarative...

enhancement

The following program: ``` head1(A,N) :- body1(A), n(N), N

bug

The method `Assignment#isViolated(int)` returns true iff the given literal is `TRUE` or `MBT` in the current partial interpretation. From its name, I would rather expect that it returns true iff...

code quality

Currently, instances of classes `Atom`, `Rule` and `NonGroundRule` are mutable. This can lead to problems, at least in the following known case: The final boolean field `BasicAtom.ground` is initialized when...

code quality

In line 307 of AnalyzeUnjustified.java, there is the condition `if (p instanceof FixedInterpretationLiteral)` which can never be true because `p` is an `Atom`, not a `Literal`.

bug
code quality

In addition to the two normal rules encoding a choice rule, `ChoiceHeadToNormal` now also generates a constraint that forbids the two complementary head literals to be true at the same...

When I am developing answer set programs for Alpha, a common source of errors is that I have typos in predicate names or forget some occurances when renaming a predicate....

enhancement
help wanted
good first issue
grounder

This is an alternative approach to #282 which aims for the same goal. In comparison, this pull request is (at least currently) less cleanly implemented, but is more efficient (because...

Related issue: #115