prove-rs / z3.rs

Rust bindings for the Z3 solver.
337 stars 105 forks source link

Float binding issues #291

Open Dessix opened 4 months ago

Dessix commented 4 months ago

The high-level library provides limited Float support, but what is present seems to be below the minimum necessary to make use of float sorts.

dragazo commented 1 month ago

I think the first point is possible with Float::as_f64 on the result of Model::eval provided with a Float.