public function undecided(int $literalOrPackageId) : bool { return ($this->decisionMap[abs($literalOrPackageId)] ?? 0) === 0; }