mirror of
https://github.com/mudler/luet.git
synced 2025-09-13 05:42:52 +00:00
update vendor/
This commit is contained in:
2
vendor/github.com/crillab/gophersat/bf/bf.go
generated
vendored
2
vendor/github.com/crillab/gophersat/bf/bf.go
generated
vendored
@@ -230,6 +230,8 @@ func (a and) String() string {
|
||||
}
|
||||
|
||||
func (a and) Eval(model map[string]bool) (res bool) {
|
||||
res = true
|
||||
|
||||
for i, s := range a {
|
||||
b := s.Eval(model)
|
||||
if i == 0 {
|
||||
|
Reference in New Issue
Block a user