Trivial
This commit is contained in:
parent
31bff4dc84
commit
0d9d59f5fe
@ -953,8 +953,7 @@ LiftedCircuit::getAllPossibleTypes (unsigned nrLogVars) const
|
|||||||
vector<LogVarTypes> res;
|
vector<LogVarTypes> res;
|
||||||
if (nrLogVars == 0) {
|
if (nrLogVars == 0) {
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
} else if (nrLogVars == 1) {
|
||||||
if (nrLogVars == 1) {
|
|
||||||
res.push_back ({ LogVarType::POS_LV });
|
res.push_back ({ LogVarType::POS_LV });
|
||||||
res.push_back ({ LogVarType::NEG_LV });
|
res.push_back ({ LogVarType::NEG_LV });
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user