Documentation ¶
Index ¶
Constants ¶
View Source
const INFINITY uint32 = 1 << 30
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DFPNSolver ¶
type DFPNSolver struct {
// contains filtered or unexported fields
}
func NewDFPN ¶
func NewDFPN(cfg *DFPNConfig) *DFPNSolver
func (*DFPNSolver) Prove ¶
func (d *DFPNSolver) Prove(g *tak.Position) (ProofResult, DFPNStats)
type Evaluation ¶
type Evaluation int8
const ( EvalUnknown Evaluation = iota EvalTrue EvalFalse )
func (Evaluation) String ¶
func (e Evaluation) String() string
type PNStats ¶
type ProofResult ¶
Click to show internal directories.
Click to hide internal directories.