Scippy

    SCIP

    Solving Constraint Integer Programs

    SCIP_QUEUEELEMENT Union Reference

    Detailed Description

    Definition at line 54 of file struct_misc.h.

    #include <struct_misc.h>

    Data Fields

    void * ptr
     
    unsigned int uinteger
     

    Field Documentation

    ◆ ptr

    void* SCIP_QUEUEELEMENT::ptr

    pointer element

    Definition at line 55 of file struct_misc.h.

    Referenced by SCIPqueueFirst(), SCIPqueueInsert(), and SCIPqueueRemove().

    ◆ uinteger

    unsigned int SCIP_QUEUEELEMENT::uinteger

    unsigned integer element

    Definition at line 56 of file struct_misc.h.

    Referenced by SCIPqueueFirstUInt(), SCIPqueueInsertUInt(), and SCIPqueueRemoveUInt().