FormalSAT / trestle

Apache License 2.0
17 stars 2 forks source link

Removed literal type L in EncCNF and downstream #18

Closed ccodel closed 6 months ago

ccodel commented 6 months ago

As per James' request, EncCNF and VEncCNF now no longer refer to an explicit literal type L, instead using Literal v everywhere (which has already been proven to be a LawfulLitVar, etc.).

Downstream affected files, including Dimacs.lean and the encodings, have been fixed.