pub unsafe extern "C" fn SCIPgetSymOpNodeType(
scip: *mut SCIP,
opnodename: *const c_char,
nodetype: *mut c_int,
) -> SCIP_RETCODEExpand description
returns representation of an operator node type.
If the node type does not already exist, a new node type will be created.