Struct optimization_engine::alm::AlmCache
source · [−]pub struct AlmCache { /* private fields */ }
Expand description
Cache for AlmOptimizer
(to be allocated once)
This is a cache structure that contains all the data that make up the “state” of the ALM/PM algorithm, i.e., all those data that the algorithm updates.
On the other hand, the problem data are provided in an instance
of AlmProblem
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlmCache
impl Send for AlmCache
impl Sync for AlmCache
impl Unpin for AlmCache
impl UnwindSafe for AlmCache
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more