SCIP_ROWPREP

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ยง

pub struct SCIP_ROWPREP { /* private fields */ }