pub struct ConvergeTol(/* private fields */);Expand description
Convergence tolerance for LP and QP problems. https://www.ibm.com/docs/en/icos/22.1.1?topic=parameters-convergence-tolerance-lp-qp-problems
Implementations§
Trait Implementations§
Source§impl Clone for ConvergeTol
impl Clone for ConvergeTol
Source§fn clone(&self) -> ConvergeTol
fn clone(&self) -> ConvergeTol
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConvergeTol
impl Debug for ConvergeTol
Source§impl Parameter for ConvergeTol
impl Parameter for ConvergeTol
impl Copy for ConvergeTol
Auto Trait Implementations§
impl Freeze for ConvergeTol
impl RefUnwindSafe for ConvergeTol
impl Send for ConvergeTol
impl Sync for ConvergeTol
impl Unpin for ConvergeTol
impl UnwindSafe for ConvergeTol
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