Class ThreeValuedLogic

java.lang.Object
org.episteme.core.mathematics.logic.multivalued.ThreeValuedLogic
All Implemented Interfaces:
Logic<ThreeValuedLogic.Value>

public class ThreeValuedLogic extends Object implements Logic<ThreeValuedLogic.Value>
Three-valued logic system (True, False, Unknown).

Based on Kleene's strong logic of indeterminacy.

Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)