//
pkg.gl
Category
github.com/booleworks/logicng-go
explanation
package
0.4.0
Repository:
https://github.com/booleworks/logicng-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
8 SLOC
#
Packages
mus
Package mus provides data structures and algorithms for minimal unsatisfiable sets (MUS) in LogicNG.
smus
Package smus provides an algorithm to compute a smallest minimal unsatisfiable set (SMUS) of a set of propositions or formulas in LogicNG.
#
Functions
NewUnsatCore
NewUnsatCore creates a new UnsatCore with the given propositions and the given flag whether the core is guaranteed to be a MUS.
#
Structs
UnsatCore
UnsatCore represents an unsatisfiable core of a formula.