Skip to content
  • Christoph Schwering's avatar
    b86da4d7
    Setup::Subsumes() holds for valid clauses. · b86da4d7
    Christoph Schwering authored
    So far, Solver had to handle this case. It is now the Setups
    responsibility as this follows exactly the theory.
    
    There's something wrong with Setup::LocallyConsistent() and its use
    in Solver::Assign(): it should close the set of literals only under
    the unsubsumed clauses; and the starting set of literals should only
    be the literals from the clauses.
    b86da4d7
    Setup::Subsumes() holds for valid clauses.
    Christoph Schwering authored
    So far, Solver had to handle this case. It is now the Setups
    responsibility as this follows exactly the theory.
    
    There's something wrong with Setup::LocallyConsistent() and its use
    in Solver::Assign(): it should close the set of literals only under
    the unsubsumed clauses; and the starting set of literals should only
    be the literals from the clauses.
Loading