Home
last modified time | relevance | path

Searched refs:setuptime (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbenderscut.c211 SCIPclockFree(&(*benderscut)->setuptime); in SCIPbenderscutFree()
236 SCIPclockReset(benderscut->setuptime); in SCIPbenderscutInit()
246 SCIPclockStart(benderscut->setuptime, set); in SCIPbenderscutInit()
251 SCIPclockStop(benderscut->setuptime, set); in SCIPbenderscutInit()
276 SCIPclockStart(benderscut->setuptime, set); in SCIPbenderscutExit()
281 SCIPclockStop(benderscut->setuptime, set); in SCIPbenderscutExit()
301 SCIPclockStart(benderscut->setuptime, set); in SCIPbenderscutInitsol()
306 SCIPclockStop(benderscut->setuptime, set); in SCIPbenderscutInitsol()
325 SCIPclockStart(benderscut->setuptime, set); in SCIPbenderscutExitsol()
330 SCIPclockStop(benderscut->setuptime, set); in SCIPbenderscutExitsol()
[all …]
H A Dpricer.c216 SCIPclockFree(&(*pricer)->setuptime); in SCIPpricerFree()
242 SCIPclockReset(pricer->setuptime); in SCIPpricerInit()
252 SCIPclockStart(pricer->setuptime, set); in SCIPpricerInit()
257 SCIPclockStop(pricer->setuptime, set); in SCIPpricerInit()
283 SCIPclockStart(pricer->setuptime, set); in SCIPpricerExit()
288 SCIPclockStop(pricer->setuptime, set); in SCIPpricerExit()
308 SCIPclockStart(pricer->setuptime, set); in SCIPpricerInitsol()
313 SCIPclockStop(pricer->setuptime, set); in SCIPpricerInitsol()
332 SCIPclockStart(pricer->setuptime, set); in SCIPpricerExitsol()
337 SCIPclockStop(pricer->setuptime, set); in SCIPpricerExitsol()
[all …]
H A Drelax.c212 SCIPclockFree(&(*relax)->setuptime); in SCIPrelaxFree()
237 SCIPclockReset(relax->setuptime); in SCIPrelaxInit()
252 SCIPclockStart(relax->setuptime, set); in SCIPrelaxInit()
257 SCIPclockStop(relax->setuptime, set); in SCIPrelaxInit()
282 SCIPclockStart(relax->setuptime, set); in SCIPrelaxExit()
287 SCIPclockStop(relax->setuptime, set); in SCIPrelaxExit()
307 SCIPclockStart(relax->setuptime, set); in SCIPrelaxInitsol()
312 SCIPclockStop(relax->setuptime, set); in SCIPrelaxInitsol()
331 SCIPclockStart(relax->setuptime, set); in SCIPrelaxExitsol()
336 SCIPclockStop(relax->setuptime, set); in SCIPrelaxExitsol()
[all …]
H A Dpresol.c221 SCIPclockFree(&(*presol)->setuptime); in SCIPpresolFree()
246 SCIPclockReset(presol->setuptime); in SCIPpresolInit()
276 SCIPclockStart(presol->setuptime, set); in SCIPpresolInit()
281 SCIPclockStop(presol->setuptime, set); in SCIPpresolInit()
307 SCIPclockStart(presol->setuptime, set); in SCIPpresolExit()
312 SCIPclockStop(presol->setuptime, set); in SCIPpresolExit()
343 SCIPclockStart(presol->setuptime, set); in SCIPpresolInitpre()
348 SCIPclockStop(presol->setuptime, set); in SCIPpresolInitpre()
367 SCIPclockStart(presol->setuptime, set); in SCIPpresolExitpre()
372 SCIPclockStop(presol->setuptime, set); in SCIPpresolExitpre()
[all …]
H A Dcompr.c137 SCIP_CALL( SCIPclockCreate(&(*compr)->setuptime, SCIP_CLOCKTYPE_DEFAULT) ); in doComprCreate()
212 SCIPclockFree(&(*compr)->setuptime); in SCIPcomprFree()
237 SCIPclockReset(compr->setuptime); in SCIPcomprInit()
247 SCIPclockStart(compr->setuptime, set); in SCIPcomprInit()
252 SCIPclockStop(compr->setuptime, set); in SCIPcomprInit()
277 SCIPclockStart(compr->setuptime, set); in SCIPcomprExit()
282 SCIPclockStop(compr->setuptime, set); in SCIPcomprExit()
537 return SCIPclockGetTime(compr->setuptime); in SCIPcomprGetSetupTime()
H A Dsepa.c245 SCIPclockFree(&(*sepa)->setuptime); in SCIPsepaFree()
270 SCIPclockReset(sepa->setuptime); in SCIPsepaInit()
289 SCIPclockStart(sepa->setuptime, set); in SCIPsepaInit()
294 SCIPclockStop(sepa->setuptime, set); in SCIPsepaInit()
319 SCIPclockStart(sepa->setuptime, set); in SCIPsepaExit()
324 SCIPclockStop(sepa->setuptime, set); in SCIPsepaExit()
347 SCIPclockStart(sepa->setuptime, set); in SCIPsepaInitsol()
352 SCIPclockStop(sepa->setuptime, set); in SCIPsepaInitsol()
371 SCIPclockStart(sepa->setuptime, set); in SCIPsepaExitsol()
376 SCIPclockStop(sepa->setuptime, set); in SCIPsepaExitsol()
[all …]
H A Dprop.c296 SCIPclockFree(&(*prop)->setuptime); in SCIPpropFree()
325 SCIPclockReset(prop->setuptime); in SCIPpropInit()
358 SCIPclockStart(prop->setuptime, set); in SCIPpropInit()
363 SCIPclockStop(prop->setuptime, set); in SCIPpropInit()
388 SCIPclockStart(prop->setuptime, set); in SCIPpropExit()
393 SCIPclockStop(prop->setuptime, set); in SCIPpropExit()
425 SCIPclockStart(prop->setuptime, set); in SCIPpropInitpre()
430 SCIPclockStop(prop->setuptime, set); in SCIPpropInitpre()
454 SCIPclockStop(prop->setuptime, set); in SCIPpropExitpre()
478 SCIPclockStop(prop->setuptime, set); in SCIPpropInitsol()
[all …]
H A Dnodesel.c879 SCIPclockFree(&(*nodesel)->setuptime); in SCIPnodeselFree()
905 SCIPclockReset(nodesel->setuptime); in SCIPnodeselInit()
912 SCIPclockStart(nodesel->setuptime, set); in SCIPnodeselInit()
917 SCIPclockStop(nodesel->setuptime, set); in SCIPnodeselInit()
942 SCIPclockStart(nodesel->setuptime, set); in SCIPnodeselExit()
947 SCIPclockStop(nodesel->setuptime, set); in SCIPnodeselExit()
967 SCIPclockStart(nodesel->setuptime, set); in SCIPnodeselInitsol()
972 SCIPclockStop(nodesel->setuptime, set); in SCIPnodeselInitsol()
991 SCIPclockStart(nodesel->setuptime, set); in SCIPnodeselExitsol()
996 SCIPclockStop(nodesel->setuptime, set); in SCIPnodeselExitsol()
[all …]
H A Dconcurrent.c563 tmptime = SCIPgetClockTime(target, heurs[i]->setuptime); in SCIPcopyConcurrentSolvingStats()
564 tmptime += SCIPgetClockTime(source, heur->setuptime); in SCIPcopyConcurrentSolvingStats()
565 SCIP_CALL( SCIPsetClockTime(target, heurs[i]->setuptime, tmptime) ); in SCIPcopyConcurrentSolvingStats()
603 tmptime = SCIPgetClockTime(target, props[i]->setuptime); in SCIPcopyConcurrentSolvingStats()
604 tmptime += SCIPgetClockTime(source, prop->setuptime); in SCIPcopyConcurrentSolvingStats()
605 SCIP_CALL( SCIPsetClockTime(target, props[i]->setuptime, tmptime) ); in SCIPcopyConcurrentSolvingStats()
633 tmptime = SCIPgetClockTime(target, presols[i]->setuptime); in SCIPcopyConcurrentSolvingStats()
634 tmptime += SCIPgetClockTime(source, presol->setuptime); in SCIPcopyConcurrentSolvingStats()
661 tmptime = SCIPgetClockTime(target, sepas[i]->setuptime); in SCIPcopyConcurrentSolvingStats()
662 tmptime += SCIPgetClockTime(source, sepa->setuptime); in SCIPcopyConcurrentSolvingStats()
[all …]
H A Dheur.c1034 SCIPclockFree(&(*heur)->setuptime); in SCIPheurFree()
1060 SCIPclockReset(heur->setuptime); in SCIPheurInit()
1072 SCIPclockStart(heur->setuptime, set); in SCIPheurInit()
1077 SCIPclockStop(heur->setuptime, set); in SCIPheurInit()
1110 SCIPclockStart(heur->setuptime, set); in SCIPheurExit()
1115 SCIPclockStop(heur->setuptime, set); in SCIPheurExit()
1141 SCIPclockStart(heur->setuptime, set); in SCIPheurInitsol()
1146 SCIPclockStop(heur->setuptime, set); in SCIPheurInitsol()
1165 SCIPclockStart(heur->setuptime, set); in SCIPheurExitsol()
1170 SCIPclockStop(heur->setuptime, set); in SCIPheurExitsol()
[all …]
H A Dstruct_pricer.h50 …SCIP_CLOCK* setuptime; /**< time spend for setting up this pricer for the next … member
H A Dstruct_benderscut.h51 …SCIP_CLOCK* setuptime; /**< time spend for setting up the Benders' decompositio… member
H A Dstruct_compr.h53 …SCIP_CLOCK* setuptime; /**< time spend for setting up this compression for the … member
H A Dstruct_nodesel.h64 …SCIP_CLOCK* setuptime; /**< time spend for setting up this node selector for th… member
H A Dstruct_presol.h49 …SCIP_CLOCK* setuptime; /**< time spend for setting up this presolver for the ne… member
H A Dstruct_relax.h56 …SCIP_CLOCK* setuptime; /**< time spent for setting up this relaxator for the ne… member
H A Dstruct_sepa.h59 …SCIP_CLOCK* setuptime; /**< time spend for setting up this separator for the ne… member
H A Devent.c161 SCIPclockFree(&(*eventhdlr)->setuptime); in SCIPeventhdlrFree()
187 SCIPclockReset(eventhdlr->setuptime); in SCIPeventhdlrInit()
194 SCIPclockStart(eventhdlr->setuptime, set); in SCIPeventhdlrInit()
199 SCIPclockStop(eventhdlr->setuptime, set); in SCIPeventhdlrInit()
224 SCIPclockStart(eventhdlr->setuptime, set); in SCIPeventhdlrExit()
229 SCIPclockStop(eventhdlr->setuptime, set); in SCIPeventhdlrExit()
249 SCIPclockStart(eventhdlr->setuptime, set); in SCIPeventhdlrInitsol()
254 SCIPclockStop(eventhdlr->setuptime, set); in SCIPeventhdlrInitsol()
273 SCIPclockStart(eventhdlr->setuptime, set); in SCIPeventhdlrExitsol()
278 SCIPclockStop(eventhdlr->setuptime, set); in SCIPeventhdlrExitsol()
[all …]
H A Dstruct_prop.h57 …SCIP_CLOCK* setuptime; /**< time spend for setting up this propagator for the n… member
H A Dstruct_branch.h95 …SCIP_CLOCK* setuptime; /**< time spend for setting up this branchrule for the n… member
H A Dbranch.c1403 SCIPclockFree(&(*branchrule)->setuptime); in SCIPbranchruleFree()
1428 SCIPclockReset(branchrule->setuptime); in SCIPbranchruleInit()
1443 SCIPclockStart(branchrule->setuptime, set); in SCIPbranchruleInit()
1448 SCIPclockStop(branchrule->setuptime, set); in SCIPbranchruleInit()
1473 SCIPclockStart(branchrule->setuptime, set); in SCIPbranchruleExit()
1478 SCIPclockStop(branchrule->setuptime, set); in SCIPbranchruleExit()
1498 SCIPclockStart(branchrule->setuptime, set); in SCIPbranchruleInitsol()
1503 SCIPclockStop(branchrule->setuptime, set); in SCIPbranchruleInitsol()
1522 SCIPclockStart(branchrule->setuptime, set); in SCIPbranchruleExitsol()
1527 SCIPclockStop(branchrule->setuptime, set); in SCIPbranchruleExitsol()
[all …]
H A Dstruct_heur.h104 …SCIP_CLOCK* setuptime; /**< time spend for setting up this heuristic for the ne… member
H A Dstruct_event.h208 …SCIP_CLOCK* setuptime; /**< time spend for setting up this event handler for th… member
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Dtestrender.cpp227 double setuptime = timer.lap (); in main() local
260 std::cout << "Setup : " << OIIO::Strutil::timeintervalformat (setuptime,4) << "\n"; in main()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/testrender/
H A Dtestrender.cpp227 double setuptime = timer.lap (); in main() local
260 std::cout << "Setup : " << OIIO::Strutil::timeintervalformat (setuptime,4) << "\n"; in main()

12