Function haybale::solver_utils::sat

source ·
pub fn sat(btor: &Btor) -> Result<bool>
Expand description

Returns true if current constraints are satisfiable, false if not.

Returns Error::SolverError if the query failed (e.g., was interrupted or timed out).