elliottt / easy-smt

Easy SMT solver interaction
Apache License 2.0
24 stars 4 forks source link

Helper methods for common solvers #2

Open fitzgen opened 1 year ago

fitzgen commented 1 year ago

We should add Context::with_z3 etc convenience methods for common solvers that pass the usual flags to get that solver in its REPL mode. This way users don't have to remember and/or cargo cult Context::new invocations.