SCIP_PSEUDOFORK

Type Alias SCIP_PSEUDOFORK 

Source
pub type SCIP_PSEUDOFORK = SCIP_Pseudofork;
Expand description

fork without LP solution, where bounds and constraints have been changed, and rows and columns were added

Aliased Type§

#[repr(C)]
pub struct SCIP_PSEUDOFORK { pub addedcols: *mut *mut SCIP_Col, pub addedrows: *mut *mut SCIP_Row, pub naddedcols: i32, pub naddedrows: i32, pub nchildren: i32, }

Fields§

§addedcols: *mut *mut SCIP_Col

< array with pointers to new columns added at this node into the LP

§addedrows: *mut *mut SCIP_Row

< array with pointers to new rows added at this node into the LP

§naddedcols: i32

< number of columns added at this node

§naddedrows: i32

< number of rows added at this node

§nchildren: i32

< number of children of this parent node