https://github.com/crillab/gophersat
Raw File
Tip revision: 5fce1c7f3bac0b45592e40bb2de04ddce50f0cc8 authored by Fabien Delorme on 15 April 2020, 13:10:50 UTC
version 1.2
Tip revision: 5fce1c7
.travis.yml
language: go
go:
  - 1.x
  - master
script:
  - go build github.com/crillab/gophersat
  - go test github.com/crillab/gophersat/solver
  - go test github.com/crillab/gophersat/bf
  - go test github.com/crillab/gophersat/maxsat


back to top