SCIPsetFocusnodeLP

Function SCIPsetFocusnodeLP 

Source
pub unsafe extern "C" fn SCIPsetFocusnodeLP(
    scip: *mut SCIP,
    solvelp: c_uint,
)
Expand description

sets whether the LP should be solved at the focus node

@note In order to have an effect, this method needs to be called after a node is focused but before the LP is solved.

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING