Home
last modified time | relevance | path

Searched refs:SCIPpqueueCreate (Results 1 – 13 of 13) sorted by relevance

/dports/math/SCIP/scip-7.0.3/tests/src/misc/
H A Dpqueue.c156 SCIP_CALL( SCIPpqueueCreate(&pqueue, n1, 1.1, cmpTestContainer, elemChgPosTestContainer) ); in setup()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_misc.h426 SCIP_RETCODE SCIPpqueueCreate(
H A Dcons_components.c1347 SCIP_CALL( SCIPpqueueCreate(&(*problem)->compqueue, ncomponents, 1.2, componentSort, NULL) ); in initProblem()
H A Devent_estim.c1027 …SCIP_CALL( SCIPpqueueCreate(&ssg->subtreepqueues[subtreeidx], 5, 1.2, compareNodeInfos, elemChgPos… in subtreeSumGapStoreNode()
H A Dprop_vbounds.c1208 SCIP_CALL( SCIPpqueueCreate(&propdata->propqueue, nvars, 2.0, compVarboundIndices, NULL) ); in initData()
H A Dconflict.c3911 …SCIP_CALL( SCIPpqueueCreate(&(*conflict)->bdchgqueue, set->mem_arraygrowinit, set->mem_arraygrowfa… in SCIPconflictCreate()
3913 …SCIP_CALL( SCIPpqueueCreate(&(*conflict)->forcedbdchgqueue, set->mem_arraygrowinit, set->mem_array… in SCIPconflictCreate()
H A Dbenders.c2575 SCIP_CALL( SCIPpqueueCreate(&benders->subprobqueue, benders->nsubproblems, 1.1, in SCIPbendersActivate()
H A Dsepa_mcf.c5091 SCIP_CALL( SCIPpqueueCreate(&(*nodepairqueue)->pqueue, nnodepairs, 2.0, compNodepairs, NULL) ); in nodepairqueueCreate()
H A Dmisc.c1236 SCIP_RETCODE SCIPpqueueCreate( in SCIPpqueueCreate() function
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dcons_stp.c1797 SCIP_CALL( SCIPpqueueCreate(&pqueue, nterms, 2.0, GNODECmpByDist, NULL) );
2390 SCIP_CALL( SCIPpqueueCreate( &pqueue, nnodes, 2.0, GNODECmpByDist, NULL) );
H A Dheur_local.c1756 SCIP_CALL( SCIPpqueueCreate(&pqueue, greedyextensions, 2.0, GNODECmpByDist, NULL) ); in SCIPStpHeurLocalExtendPcMw()
H A Dheur_tm.c1796 SCIP_CALL( SCIPpqueueCreate( &pqueue, nnodes, 2.0, GNODECmpByDist, NULL) ); in SCIPStpHeurTMRun()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG756 - extended SCIPpqueueCreate() by additional callback argument SCIP_DECL_PQUEUEELEMCHGPOS to catch p…