Skip to content

First release of the library (v 0.1)

Compare
Choose a tag to compare
@iguerNL iguerNL released this 11 Jul 16:49
· 105 commits to master since this release

Fully functional implementation with:

  • the ability to handle strict inequalities over rationals
  • heavy debug mode to check a range of invariants:
    • before / after assuming bounds on variables
    • before / after assuming bounds on polynomials
    • after each solving step.
  • incremental and backtrackable capabilities
  • production of unsat-cores when unsatisfiable (and solutions when satisfiable)

Currently, linear optimization is not supported.