Valentyn Sobol

Results 4 issues of Valentyn Sobol

It seems like there are no reasons to acquire yices global lock during egraph final_check. https://github.com/SRI-CSL/yices2/blob/ecac3fd9d28ac3ed3de194613c36bb86115b4b3d/src/solvers/egraph/egraph.c#L6326

Prepare KSMT for use in a multi-threaded environment: - [x] Use concurrent data structures in `KContext` - [ ] Guard solver native APIs with locks

enhancement

Currently, we use `long` to represent all Z3 native objects: sorts, expressions, declarations. Also, all `Z3.Native` methods accept raw `longs` without any clarification whether it is sort, expr, or whatever...

enhancement

[jacodb-core] Specify identity for UnknownField, UnknownMethod, JcTypedFieldImpl [jacodb-core] Fix operations with map names in LmdbKeyValueStorage [jacodb-core] Avoid creation of named maps for R/O operations [jacodb-core] Force use of sortedSet by...