Open kailiangji opened 6 years ago
The line 42 of go-sat/cmd/go-sat/main.go, which is
var s sat.Solver
should be replaced as
s := sat.New()
The line 42 of go-sat/cmd/go-sat/main.go, which is
should be replaced as