Skip to content
  • Christoph Schwering's avatar
    f30fcff5
    Fixed two bugs in Grounder. · f30fcff5
    Christoph Schwering authored
    * Fixed: Solver::Assign() would check for inconsistency too early.
    * Fixed: Solver::ResolveDeterminateTerms() would only check
      non-primitive intead of only checking for primitive terms.
    * Fixed: Solver::ReduceComplete() needs to check if clause is valid
      before checking for subsumption as Setup only wants to see
      non-valid clauses.
    * Added KR-2016 and ECAI-2016 examples to unit tests.
    f30fcff5
    Fixed two bugs in Grounder.
    Christoph Schwering authored
    * Fixed: Solver::Assign() would check for inconsistency too early.
    * Fixed: Solver::ResolveDeterminateTerms() would only check
      non-primitive intead of only checking for primitive terms.
    * Fixed: Solver::ReduceComplete() needs to check if clause is valid
      before checking for subsumption as Setup only wants to see
      non-valid clauses.
    * Added KR-2016 and ECAI-2016 examples to unit tests.
Loading