pub trait ConstraintStd {
// Required method
fn std_components(
&self,
arow: &mut usize,
jrow: &mut usize,
) -> ConstraintStdComp;
}
Expand description
Trait for transforming constraints to standard form.
Required Methods§
Sourcefn std_components(
&self,
arow: &mut usize,
jrow: &mut usize,
) -> ConstraintStdComp
fn std_components( &self, arow: &mut usize, jrow: &mut usize, ) -> ConstraintStdComp
Gets standard components of constraint.