[][src]Struct z3::Model

pub struct Model<'ctx> { /* fields omitted */ }

Model for the constraints inserted into the logical context.

Methods

impl<'ctx> Model<'ctx>[src]

pub fn of_solver(slv: &Solver<'ctx>) -> Model<'ctx>[src]

pub fn of_optimize(opt: &Optimize<'ctx>) -> Model<'ctx>[src]

pub fn eval<T>(&self, ast: &T) -> Option<T> where
    T: Ast<'ctx>, 
[src]

Trait Implementations

impl<'ctx> Drop for Model<'ctx>[src]

impl<'ctx> Display for Model<'ctx>[src]

Auto Trait Implementations

impl<'ctx> !Send for Model<'ctx>

impl<'ctx> Unpin for Model<'ctx>

impl<'ctx> !Sync for Model<'ctx>

impl<'ctx> UnwindSafe for Model<'ctx>

impl<'ctx> RefUnwindSafe for Model<'ctx>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]