[−][src]Struct mop_blocks::mph::MphOr
MPH-OR (Multi-objective Problem with Hard constraints - Optimization Result)
Types
CRS: Constraint Result StorageOR: Objective ResultORS: Objective Result StorageS: Solution
Methods
impl<CRS, OR, ORS, S> MphOr<CRS, OR, ORS, S>[src]
pub fn objs_avg(&self) -> &OR[src]
pub fn solution(&self) -> &S[src]
pub fn solution_mut(&mut self) -> &mut S[src]
impl<CRS, OR, ORS, S> MphOr<CRS, OR, ORS, S> where
CRS: AsRef<[usize]>, [src]
CRS: AsRef<[usize]>,
pub fn hard_cstrs(&self) -> &[usize][src]
impl<CRS, OR, ORS, S> MphOr<CRS, OR, ORS, S> where
CRS: AsMut<[usize]>, [src]
CRS: AsMut<[usize]>,
pub fn hard_cstrs_mut(&mut self) -> &mut [usize][src]
impl<CRS, OR, ORS, S> MphOr<CRS, OR, ORS, S> where
ORS: AsRef<[<ORS as Storage>::Item]> + Storage, [src]
ORS: AsRef<[<ORS as Storage>::Item]> + Storage,
impl<'_, OR, S> MphOr<&'a [usize], &'a OR, &'a [OR], &'a S>[src]
Trait Implementations
Auto Trait Implementations
impl<CRS, OR, ORS, S> Send for MphOr<CRS, OR, ORS, S> where
CRS: Send,
OR: Send,
ORS: Send,
S: Send,
CRS: Send,
OR: Send,
ORS: Send,
S: Send,
impl<CRS, OR, ORS, S> Sync for MphOr<CRS, OR, ORS, S> where
CRS: Sync,
OR: Sync,
ORS: Sync,
S: Sync,
CRS: Sync,
OR: Sync,
ORS: Sync,
S: Sync,
impl<CRS, OR, ORS, S> Unpin for MphOr<CRS, OR, ORS, S> where
CRS: Unpin,
OR: Unpin,
ORS: Unpin,
S: Unpin,
CRS: Unpin,
OR: Unpin,
ORS: Unpin,
S: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> TraitCfg for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,