-
Hi, for the following formula
~~~~
(set-logic QF_NIA)
(declare-const i3 Int)
(declare-const i19 Int)
(assert (= 538 (* 136 (+ 56 354 0 0 (- i19 18 i3)))))
(check-sat)
~~~~
yices 5019920
~~…
-
https://github.com/HabanaAI/Model-References/tree/master/PyTorch/nlp/bloom
Should the `python3` be removed?
```bash
ENABLE_EXPERIMENTAL_FLAGS=true \
USE_DEFAULT_QUANT_PARAM=true \
UPDATE_GRAPH_OU…
-
我正在使用 AudioKit 中的
```csharp
public static AudioPlayer PlaySound(AudioClip clip, bool loop = false, Action callBack = null, float volume = 1.0f)
```
播放某个 UI 音效,此时游戏时暂停的(`Time.timeScale = 0`),传入的 c…
-
Hi stevearc!! Thank you for this amazing plugin. I was trying it out and found few things out which I wanted to clarify about:-
1. Moving cursor inside the quickfix does not move the current select…
-
I'd very much like to be able to set QF to not offer to create a filter when I move messages into certain specified folders ( e.g. a "keep " folder). These are folders that don't operate from a specif…
-
```
$ cvc4-1.8 unknown.smt2
sat
$ cvc5trunk unknown.smt2
unknown
$ cat unknown.smt2
(declare-const a Bool)
(declare-fun b () Real)
(as…
-
Hi, for the following fomula
~~~~
(set-logic QF_LIRA)
(declare-const i1 Int)
(declare-const r2 Real)
(declare-const i13 Int)
(assert (is_int (- 0.0 0.0 0.0 r2 (to_real (abs i1)))))
(assert (< (…
-
Hi,
For this formula, cvc4-1.7 can report sat while cvc4-1.8 and nightly build report unknown:
```
[563] % cvc4-1.7 -q small.smt2
sat
[564] % cvc4-1.8 -q small.smt2
unknown
[565] % cvc4 -q smal…
-
These commit could cause regression issue.
**the commit which caused this issue**: b58bdc9c5672430cf15914c64129136b24050152
(set-logic QF_SLIA)
(declare-fun var0 () String)
(declare-fun var1 () …
ConfZ updated
3 years ago
-
Hi, this case could cause regression issue, and we also found the corresponding commit.
**the commit which caused this**:e3231523b7bd8da0871b1efb63f23f1b3c4adbe7
(set-logic QF_SLIA)
(declare-fun …
ConfZ updated
3 years ago