Skip to content
Commit 4259a6a3 authored by Christoph Schwering's avatar Christoph Schwering
Browse files

Fixed: bug in Formula::Normalize(); improved Formula::Flatten().

* Formula::Normalize() was missing a negation: normalization of ~c
  should be ~c when c is no unit clause, but it was just c.
* Formula::Flatten() now also leads to clausal form in a negated
  context provided the original clause is a unit clause: it now
  adds a double negation.
* Improved error reporting in Parser.
parent e3e8993e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment