loosen criteria on CNF object roots
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 5 Dec 2017 10:38:40 +0000 (11:38 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 5 Nov 2018 11:16:39 +0000 (12:16 +0100)
commit0936b2f2ee48fabd41c5a35f611d3524328b25f3
treee4f9e49a6dab2fdd16fd72cee2c50e9f52f610d3
parentfb356a82a7d76f104ff1cb680832f749dcba042a
loosen criteria on CNF object roots

Single CNF_VARs are technically malformed since CNF file is
always a list of vars. However, any isolated CNF line can be
trivially converted to a valid CNF_VAR by wrapping it in a list
ctor, so do that automatically when determining the root of a
CNF_VAR.
src/cnfvar.py