You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Propositions that are used in expressions (namely in the ternary operation) are defined twice. This does not cause problems with z3 (I assume it is overridden by the second definition, but as both are equal nothing bad happens), but cvc5 has issues when this occurs.
Propositions that are used in expressions (namely in the ternary operation) are defined twice. This does not cause problems with
z3
(I assume it is overridden by the second definition, but as both are equal nothing bad happens), butcvc5
has issues when this occurs.filament/crates/filament/src/ir_passes/discharge.rs
Lines 619 to 631 in e0703dd
Every proposition is added again here:
filament/crates/filament/src/ir_passes/discharge.rs
Lines 673 to 688 in e0703dd
In CVC5 we get
The text was updated successfully, but these errors were encountered: