Trait ConstraintStd

Source
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§

Source

fn std_components( &self, arow: &mut usize, jrow: &mut usize, ) -> ConstraintStdComp

Gets standard components of constraint.

Implementors§