Releases: go-air/gini
Releases · go-air/gini
Doh!
Model0
Shiny.md
Commercialized!
Gini Now offers commercial support, see README for details.
FeepingCreature
Release FeepingCreature adds the following features to gini
- cardinality constraints via sorting networks
- aiger v1.9 format support
Additionally, some cleanup and interface extensions occurred
- package gini/gen uses inter.Adder now instead of redefining an equivalent interface
- the solver interface gained a Lit() method to generate a new variable and return the
positive literal associated with it. For convenience and compatibility, this method does not
need to be called to have variables, one can always just send a stream of variable references
and the solvers will work fine. However, in some contexts, one needs to know how to generate
a fresh variable, and Lit() supports that.
StableCore
This release presents a stable core functionality and interfaces. Some functionality such as CRISP and concurrency is still awaiting enough usage to freeze the API.