Nikolaj Bjorner
966c9a3764
Revert "new heap invariants ( #7298 )" ( #7303 )
...
This reverts commit 80ac7b3438
.
2024-07-21 21:07:09 -07:00
Nikolaj Bjorner
5e62984178
updates to repair logic, mainly arithmetic
2024-07-21 21:03:14 -07:00
LiviaSun
3d014f8b33
add new hashtable unit tests ( #7297 )
...
* add new hashtable unit tests
* add copyright
* use VERIFY instead of assert
2024-07-19 20:34:29 -07:00
LiviaSun
49dc1bb721
add new permutation class invariant ( #7299 )
...
* new heap invariants
* change ENSURE to SASSERT for unit test heap
* change SASSERT to VERIFY
* new permutation invariant
* remove heap changes
* use bool_vector
2024-07-19 19:27:23 -07:00
Nikolaj Bjorner
5003d41cdb
Revert "New invariant for dlist ( #7294 )" ( #7301 )
...
This reverts commit cf4d0e74a5
.
2024-07-19 19:11:54 -07:00
LiviaSun
80ac7b3438
new heap invariants ( #7298 )
...
* new heap invariants
* change ENSURE to SASSERT for unit test heap
* change SASSERT to VERIFY
2024-07-19 14:03:21 -07:00
LiviaSun
bc636d7ee0
new hashtable.h invariants ( #7296 )
...
* add copyright for dlist unit test
* new hashtable invariants
* add copyright
2024-07-19 14:01:42 -07:00
Nikolaj Bjorner
5b0d49cd76
testing / debugging arithmetic
2024-07-19 11:31:43 -07:00
Nikolaj Bjorner
08b6338061
fix signature
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-18 10:19:57 -07:00
Nikolaj Bjorner
458d8b033a
remove wsp
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-18 10:11:15 -07:00
LiviaSun
9803e9ef6e
unit tests for dlist.h ( #7293 )
2024-07-18 10:08:41 -07:00
LiviaSun
cf4d0e74a5
New invariant for dlist ( #7294 )
...
* unit tests for dlist.h
* new invariant for dlist: should be circular. avoid infinite loop
* remove dlist test commit
* format
* format
* Update dlist.h
---------
Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-18 10:06:58 -07:00
Nikolaj Bjorner
ae55d30961
na
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 22:26:18 -07:00
Nikolaj Bjorner
6bd2a39fb7
fixes and rename sls-cc to sls-euf-plugin
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 21:45:30 -07:00
Nikolaj Bjorner
5767dfac49
fix build of unit test
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 19:39:59 -07:00
Nikolaj Bjorner
c7f67f9a72
remove stale files
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 17:17:39 -07:00
dependabot[bot]
9073da4ee6
Bump docker/build-push-action from 6.3.0 to 6.4.0 ( #7289 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.3.0...v6.4.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 16:54:27 -07:00
Nikolaj Bjorner
cc208394c3
remove shared attribute
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 14:46:55 -07:00
Nikolaj Bjorner
04ad63c732
fix unit test build
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 14:45:36 -07:00
Nikolaj Bjorner
428361b22e
merge
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 14:45:03 -07:00
dependabot[bot]
40a01d7a36
Bump docker/build-push-action from 6.2.0 to 6.3.0 ( #7280 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 14:24:22 -07:00
LiviaSun
265ca2f525
add new ema invariant ( #7288 )
2024-07-15 14:24:22 -07:00
Nikolaj Bjorner
d24cf68a54
kludge to address #7232 , probably superseeded by planned revision to setup/pypi
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 14:24:22 -07:00
Nikolaj Bjorner
fd95a0c90c
fix #7268
2024-07-15 14:24:22 -07:00
Nikolaj Bjorner
6bd9ea5006
remove macro distinction #7270
2024-07-15 14:24:22 -07:00
Lev Nachmanson
baaad3ae94
trigger the build with a comment change
...
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2024-07-15 14:24:22 -07:00
Sergey Bronnikov
0961ebb192
Fix a comment for Z3_solver_from_string ( #7271 )
...
Z3_solver_from_string accepts a string buffer with solver
assertions, not a string buffer with filename.
2024-07-15 14:24:22 -07:00
dependabot[bot]
36686ef31a
Bump docker/build-push-action from 6.1.0 to 6.2.0 ( #7269 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.1.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 14:24:22 -07:00
Nikolaj Bjorner
962e04ba7f
set clean shutdown for local search and re-enable local search when it parallelizes with PB solver
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 14:24:22 -07:00
dependabot[bot]
6168402920
Bump docker/build-push-action from 6.0.0 to 6.1.0 ( #7265 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.0.0 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.0.0...v6.1.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 14:24:22 -07:00
dependabot[bot]
a2c3ce5c8b
Bump docker/build-push-action from 6.2.0 to 6.3.0 ( #7280 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.3.0 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 13:07:37 -07:00
LiviaSun
b0069010f8
add new ema invariant ( #7288 )
2024-07-15 13:07:12 -07:00
Nikolaj Bjorner
706e6291e3
fix compiler errors for gcc
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 12:17:10 -07:00
Nikolaj Bjorner
5f4ca8c6fc
use template<> syntax
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 11:11:37 -07:00
Nikolaj Bjorner
ff104c4b13
move definitions to cpp
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 11:09:59 -07:00
Nikolaj Bjorner
5a9161ed7b
use portable ptr-initializer
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 11:00:33 -07:00
Nikolaj Bjorner
f00f92c3b2
updated dependencies
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-15 09:45:01 -07:00
Nikolaj Bjorner
16c8836f50
updated dependencies
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-14 21:40:07 -07:00
Nikolaj Bjorner
402fdf667d
bv updates
2024-07-14 19:34:24 -07:00
Nikolaj Bjorner
1cd95e9db4
add sls-sms solver
2024-07-14 16:51:06 -07:00
Nikolaj Bjorner
586343ce64
na
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-14 15:38:56 -07:00
Nikolaj Bjorner
8357ac1cfc
adding basic plugin
2024-07-09 19:47:58 -07:00
Nikolaj Bjorner
374609bd46
kludge to address #7232 , probably superseeded by planned revision to setup/pypi
...
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2024-07-08 16:54:09 -07:00
Nikolaj Bjorner
af1f0e3184
fix #7268
2024-07-08 14:50:38 -07:00
Nikolaj Bjorner
6e069c1f41
remove macro distinction #7270
2024-07-08 13:56:34 -07:00
Nikolaj Bjorner
ef54feec3d
porting bv-sls
2024-07-08 13:16:28 -07:00
Lev Nachmanson
18b6087b72
trigger the build with a comment change
...
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
2024-07-08 11:43:24 -07:00
Nikolaj Bjorner
e7104ebb93
move sat_ddfw to sls, initiate sls-bv-plugin
2024-07-06 20:14:44 -07:00
Nikolaj Bjorner
833f524887
move sat_params to params directory, add op_def repair options
2024-07-06 13:26:39 -07:00
Nikolaj Bjorner
3ff60a4af0
split into base and plugin
2024-07-05 20:09:46 -07:00