pub struct MixedVariable { /* private fields */ }Implementations§
Source§impl MixedVariable
impl MixedVariable
pub fn free<S>(symbol: S) -> Self
pub fn ge<S, V>(symbol: S, lower: V) -> Self
pub fn geq<S, V>(symbol: S, lower: V) -> Self
pub fn le<S, V>(symbol: S, upper: V) -> Self
pub fn leq<S, V>(symbol: S, upper: V) -> Self
pub fn bounds<S, V>(symbol: S, bound: MixedConstraint) -> Self
pub fn get_symbol(&self) -> &str
Trait Implementations§
Source§impl Debug for MixedVariable
impl Debug for MixedVariable
Auto Trait Implementations§
impl Freeze for MixedVariable
impl RefUnwindSafe for MixedVariable
impl Send for MixedVariable
impl Sync for MixedVariable
impl Unpin for MixedVariable
impl UnwindSafe for MixedVariable
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