Type Alias SCIP_ROWPREP

Source
pub type SCIP_ROWPREP = SCIP_RowPrep;
Expand description

a linear inequality row in preparation to become a SCIP_ROW

Used to assemble data that could eventually make a SCIP_ROW. @note Only one-sided rows are allowed here.

Aliased Typeยง

#[repr(C)]
pub struct SCIP_ROWPREP { /* private fields */ }