pub struct Solution { /* private fields */ }
Implementations§
Source§impl Solution
impl Solution
pub fn objective_value(&self) -> f64
pub fn variable_values(&self) -> &[f64]
pub fn variable_value(&self, v: VariableId) -> f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Solution
impl RefUnwindSafe for Solution
impl Send for Solution
impl Sync for Solution
impl Unpin for Solution
impl UnwindSafe for Solution
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more