SCIPgetSymOpNodeType

Function SCIPgetSymOpNodeType 

Source
pub unsafe extern "C" fn SCIPgetSymOpNodeType(
    scip: *mut SCIP,
    opnodename: *const c_char,
    nodetype: *mut c_int,
) -> SCIP_RETCODE
Expand description

returns representation of an operator node type.

If the node type does not already exist, a new node type will be created.