Home
last modified time | relevance | path

Searched refs:SCIPsyncstoreCreate (Results 1 – 4 of 4) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_concurrent.c155 SCIP_CALL( SCIPsyncstoreCreate(&scip->syncstore) ); in SCIPconstructSyncstore()
H A Dsyncstore.h35 SCIP_RETCODE SCIPsyncstoreCreate(
H A Dscip_general.c245 SCIP_CALL( SCIPsyncstoreCreate( &(*scip)->syncstore ) ); in doScipCreate()
H A Dsyncstore.c57 SCIP_RETCODE SCIPsyncstoreCreate( in SCIPsyncstoreCreate() function