Home
last modified time | relevance | path

Searched refs:SCIP_PTRARRAY (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dmisc.h234 SCIP_PTRARRAY** ptrarray, /**< pointer to store the ptr array */
240 SCIP_PTRARRAY** ptrarray, /**< pointer to store the copied ptr array */
242 SCIP_PTRARRAY* sourceptrarray /**< dynamic ptr array to copy */
247 SCIP_PTRARRAY** ptrarray /**< pointer to the ptr array */
252 SCIP_PTRARRAY* ptrarray, /**< dynamic ptr array */
261 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */
266 SCIP_PTRARRAY* ptrarray, /**< dynamic ptr array */
272 SCIP_PTRARRAY* ptrarray, /**< dynamic ptr array */
281 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */
286 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */
H A Dscip_datastructures.h349 SCIP_PTRARRAY** ptrarray /**< pointer to store the int array */
360 SCIP_PTRARRAY** ptrarray /**< pointer to the int array */
371 SCIP_PTRARRAY* ptrarray, /**< dynamic int array */
384 SCIP_PTRARRAY* ptrarray /**< dynamic int array */
391 SCIP_PTRARRAY* ptrarray, /**< dynamic int array */
403 SCIP_PTRARRAY* ptrarray, /**< dynamic int array */
415 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */
425 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */
H A Dscip_datastructures.c485 SCIP_PTRARRAY** ptrarray /**< pointer to store the int array */ in SCIPcreatePtrarray()
502 SCIP_PTRARRAY** ptrarray /**< pointer to the int array */ in SCIPfreePtrarray()
519 SCIP_PTRARRAY* ptrarray, /**< dynamic int array */ in SCIPextendPtrarray()
538 SCIP_PTRARRAY* ptrarray /**< dynamic int array */ in SCIPclearPtrarray()
551 SCIP_PTRARRAY* ptrarray, /**< dynamic int array */ in SCIPgetPtrarrayVal()
567 SCIP_PTRARRAY* ptrarray, /**< dynamic int array */ in SCIPsetPtrarrayVal()
585 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */ in SCIPgetPtrarrayMinIdx()
599 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */ in SCIPgetPtrarrayMaxIdx()
H A Dtype_misc.h114 typedef struct SCIP_PtrArray SCIP_PTRARRAY; typedef
H A Dmisc.c5064 SCIP_PTRARRAY** ptrarray, /**< pointer to store the ptr array */ in SCIPptrarrayCreate()
5084 SCIP_PTRARRAY** ptrarray, /**< pointer to store the copied ptr array */ in SCIPptrarrayCopy()
5086 SCIP_PTRARRAY* sourceptrarray /**< dynamic ptr array to copy */ in SCIPptrarrayCopy()
5107 SCIP_PTRARRAY** ptrarray /**< pointer to the ptr array */ in SCIPptrarrayFree()
5121 SCIP_PTRARRAY* ptrarray, /**< dynamic ptr array */ in SCIPptrarrayExtend()
5276 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */ in SCIPptrarrayClear()
5307 SCIP_PTRARRAY* ptrarray, /**< dynamic ptr array */ in SCIPptrarrayGetVal()
5328 SCIP_PTRARRAY* ptrarray, /**< dynamic ptr array */ in SCIPptrarraySetVal()
5396 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */ in SCIPptrarrayGetMinIdx()
5406 SCIP_PTRARRAY* ptrarray /**< dynamic ptr array */ in SCIPptrarrayGetMaxIdx()
/dports/math/SCIP/scip-7.0.3/tests/src/misc/
H A Darrays.c34 static SCIP_PTRARRAY* ptrarray;