SymbolicSAT.jl icon indicating copy to clipboard operation
SymbolicSAT.jl copied to clipboard

for you with the good questions

Results 4 SymbolicSAT.jl issues
Sort by recently updated
recently updated
newest added

Shouldn't this be called SymbolicSMT? Looks cool though ;)

Can imagine that this method doesn't exist for correctness reasons, but better to leave term unsimplified than to do this: ```julia @syms a::Real julia> simplify(a > 1.0, Constraints([])) ERROR: Failed...

This pull request changes the compat entry for the `SymbolicUtils` package from `3.32` to `3.32, 4`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Is it safe to run multiple checks in a threaded for loop?