Home
last modified time | relevance | path

Searched refs:SCIPpermuteProb (Results 1 – 5 of 5) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_prob.h320 SCIP_RETCODE SCIPpermuteProb(
H A Dheur_crossover.c726 …SCIP_CALL( SCIPpermuteProb(subscip, SCIPinitializeRandomSeed(scip, (unsigned) SCIPheurGetNCalls(he… in setupAndSolveSubscipCrossover()
H A Dscip_prob.c448 …SCIP_CALL( SCIPpermuteProb(scip, (unsigned int)permutationseed, permuteconss, permutevars, permute… in SCIPreadProb()
779 SCIP_RETCODE SCIPpermuteProb( in SCIPpermuteProb() function
H A Dscip_solve.c554 …SCIP_CALL( SCIPpermuteProb(scip, (unsigned int)permutationseed, permuteconss, permutevars, permute… in SCIPtransformProb()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG2778 - fixed bug in SCIPpermuteProb(): if called before transforming the problem, data structures were n…
2784 - fixed bug in SCIPpermuteProb(), when called in transformed stage and non-active constraints exist
5214 - SCIPpermuteProb() that randomly permutes constraints and variables