Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_pseudoboolean.c4248 int snewconsanddatas; in correctLocksAndCaptures() local
4323 snewconsanddatas = nconsanddatas + nandress; in correctLocksAndCaptures()
4326 SCIP_CALL( SCIPallocBlockMemoryArray(scip, &newconsanddatas, snewconsanddatas) ); in correctLocksAndCaptures()
4327 SCIP_CALL( SCIPallocBlockMemoryArray(scip, &newandcoefs, snewconsanddatas) ); in correctLocksAndCaptures()
4328 SCIP_CALL( SCIPallocBlockMemoryArray(scip, &newandnegs, snewconsanddatas) ); in correctLocksAndCaptures()
4551 consdata->sconsanddatas = snewconsanddatas; in correctLocksAndCaptures()