https://github.com/crillab/gophersat
Raw File
Tip revision: 66a86c606d53a6f84e9b2de932ef2db00726b5a9 authored by Fabien Delorme on 25 January 2024, 10:08:12 UTC
adding codemeta.json
Tip revision: 66a86c6
.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