Trait dypdl::AddDualBound
source · pub trait AddDualBound<T> {
// Required method
fn add_dual_bound(&mut self, bound: T) -> Result<(), ModelErr>;
}Expand description
Trait for adding a dual bound.
pub trait AddDualBound<T> {
// Required method
fn add_dual_bound(&mut self, bound: T) -> Result<(), ModelErr>;
}Trait for adding a dual bound.