Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Z3Prover/z3

Tags

Nightly

Toggle Nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add SLS tactic as a separate worker thread (#8263)

* setting up sls tactic thread

* finish the new threading setup, need to add the tactic

* add sls thread, it compiles but crashes

* it runs but there is some infinite recursion issue with the SLS thread

* debug code

* fix SLS

* update SLS to notify batch manager

* clean up imports

* add sls param, fix collect sls statistics, clean up other params

* clean up code

* handle the case when the SLS thread is canceled by another worker but the tactic is still running internally (don't throw an error in this case)

* let SLS worker take a stab at all LIA problems, even those with unsupported DISTINCT terms, but don't error on unsupported problems, just return

* fix bug when sls is false

---------

Co-authored-by: Ilana Shapiro <[email protected]>
Co-authored-by: Ilana Shapiro <[email protected]>

z3-4.15.4

Toggle z3-4.15.4's commit message
update release notes

Signed-off-by: Nikolaj Bjorner <[email protected]>

z3-4.15.3

Toggle z3-4.15.3's commit message
enable pypi public

Signed-off-by: Nikolaj Bjorner <[email protected]>

z3-4.15.2

Toggle z3-4.15.2's commit message
remove nuget signing steps

z3-4.15.1

Toggle z3-4.15.1's commit message
add missing dependencies

Signed-off-by: Nikolaj Bjorner <[email protected]>

z3-4.15.0

Toggle z3-4.15.0's commit message
remove copy of LICENSE.txt - pypi doesn't take it

z3-4.14.1

Toggle z3-4.14.1's commit message
install setup tools for python packaging

Signed-off-by: Nikolaj Bjorner <[email protected]>

z3-4.14.0

Toggle z3-4.14.0's commit message
bump timeout for jobs

Signed-off-by: Nikolaj Bjorner <[email protected]>

z3-4.13.4

Toggle z3-4.13.4's commit message
reduce hash table lookups in expr_abstract in half

z3-4.13.3

Toggle z3-4.13.3's commit message
add _0 to platform tag for pypi

Signed-off-by: Nikolaj Bjorner <[email protected]>