Revert the default instance number back to zero
authorPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Mon, 25 Apr 2022 09:35:28 +0000 (12:35 +0300)
committerPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Tue, 10 May 2022 03:31:52 +0000 (06:31 +0300)
commitc89cc1261fa7887435862318d9ecc817efd5de44
tree8ce929d063c617e7014db4722b135aa4be0aab13
parentadcc015e2df4a6c72f358479f4fe450fec6204bb
Revert the default instance number back to zero

These types of cnfvars are much more ubiquitous in the code base
and cnfvars that could be instantiated in ranges of instance numbers
are typically instantiated via templates (cnfvar.templates) due to
their size complexity thus not really benefiting from a default -1
instance here.
src/cnfvar/model.py
src/cnfvar/store.py
test/cnfvar/test_model.py
test/cnfvar/test_store.py