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