-
I'm not sure what the use of the Hashmap of var_map in the SAT solvers is - I'm adding them into the adaptor for now but may need to remove them later, this needs to be discussed (maybe before the pr …
-
Hello everyone,
I am currently working with Z3 version 4.13.0 and think that Spacer returns erroneously UNSAT for the following CHC-formula:
```
( set-logic HORN )
(declare-fun b ( Int ) Bool)
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Not sure if you know about this, but I think there's a bug in displaying a downzapped post.
…
-
Is just the 'sat' command defined somewhere? (I'm looking to use the command from the SAW manual defined.. sat : ProofScript SatResult -> Term -> TopLevel SatResult). I found the 'prove' command in th…
-
Hi, why there is no SAT>IP support?
-
Hello,
I am currently encountering an issue where the effect becomes noticeably blurry after using conversion code to transform a SAT training model into diffusers. I have pinpointed that the model p…
-
```
from wtpsplit import SaT
sat = SaT("sat-3l")
# optionally run on GPU for better performance
# also supports TPUs via e.g. sat.to("xla:0"), in that case pass `pad_last_batch=True` to sat.sp…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
No
### System Info and Version
System/Version info
```sh
Hyprland 0.45.0 built from branch…
-
Hello everyone,
I am currently working with Z3 version 4.13.0 and think that z3 returns erroneously SAT for the following CHC-formula:
```
(set-logic HORN)
(declare-fun inv1 (Int (Array Int In…
-
Thanks to @HeepH on Discord, I was made aware of this cool project [SAT](https://github.com/Alexwijn/SAT) (Smart Autotune Thermostat) which implements a self-learning heating curve as a Home Assistant…