Documentation
¶
Overview ¶
Package solver implements a general-purpose solver for boolean constraint satisfiability problems.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIncomplete = errors.New("cancelled before a solution could be found")
Functions ¶
This section is empty.
Types ¶
type DefaultTracer ¶
type DefaultTracer struct{}
func (DefaultTracer) Trace ¶
func (DefaultTracer) Trace(_ deppy.SearchPosition)
type DuplicateIdentifier ¶
type DuplicateIdentifier deppy.Identifier
func (DuplicateIdentifier) Error ¶
func (e DuplicateIdentifier) Error() string
type LoggingTracer ¶
func (LoggingTracer) Trace ¶
func (t LoggingTracer) Trace(p deppy.SearchPosition)
Click to show internal directories.
Click to hide internal directories.