pub struct XObjectivesSet<'a> { /* private fields */ }Implementations§
Source§impl<'a> XObjectivesSet<'a>
impl<'a> XObjectivesSet<'a>
pub fn build_maximize( &mut self, list: &str, coeffs: &str, expression: &str, type_str: &str, )
pub fn build_minimize( &mut self, list: &str, coeffs: &str, expression: &str, type_str: &str, )
pub fn iter(&self) -> Iter<'_, XObjectivesType<'_>>
pub fn iter_mut(&mut self) -> IterMut<'_, XObjectivesType<'a>>
pub fn new(set: &'a XVariableSet) -> Self
Auto Trait Implementations§
impl<'a> Freeze for XObjectivesSet<'a>
impl<'a> !RefUnwindSafe for XObjectivesSet<'a>
impl<'a> Send for XObjectivesSet<'a>
impl<'a> Sync for XObjectivesSet<'a>
impl<'a> Unpin for XObjectivesSet<'a>
impl<'a> !UnwindSafe for XObjectivesSet<'a>
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