Releases: go-air/gini
Activation
This release primarily provides support for relatively easy use of recyclable activation literals.
Additionally, we have renamed logic.Unroll to logic.Roll, which is shorter, and a noun, and
still makes sense.
Some incremental usage restrictions have been lifted. Namely, Test scopes can now
be used after an unsat query for subsequent queries (as would make sense for using
assumptions local to a test scope).
Some internals have been cleaned up.
No changes in performance are expected, as these implementations only trigger work local
to their use, which is only as of now available.
Enjoy.
sudoku
unroll const bugfix
v0.9.20 bugfix with unroll const
EvalConst
UnrollConst
This release fixes a corner unrolling case so that constants can be unrolled as well.
Although not strictly necessary here, the unroller is much nicer when latches have
const next states.
SEval
RockunRoll
This release cleans up some documentation and adds some convenience methods to logic/Unroll