Trait SmtModelRef
pub trait SmtModelRef<'ctx, S: SmtSolver<'ctx>>: Debug {
// Required method
fn to_model(&self) -> Option<S::Model>;
}Expand description
Reference to SmtModel.
pub trait SmtModelRef<'ctx, S: SmtSolver<'ctx>>: Debug {
// Required method
fn to_model(&self) -> Option<S::Model>;
}Reference to SmtModel.