AIMA.Core.Logic.Propositional.Algorithms.DPLL.SymbolValuePair.SymbolValuePair C# (CSharp) Method

SymbolValuePair() public method

public SymbolValuePair ( ) : System
return System
            public SymbolValuePair()
            {
                // represents "No Symbol found with a bool value that makes all
                // its literals true
                symbol = null;
            }

Same methods

DPLL.SymbolValuePair::SymbolValuePair ( Symbol symbol, bool b ) : System