Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dmisc.h128 SCIP_RETCODE SCIPintarrayExtend(
H A Dscip_datastructures.c243 …SCIP_CALL( SCIPintarrayExtend(intarray, scip->set->mem_arraygrowinit, scip->set->mem_arraygrowfac,… in SCIPextendIntarray()
H A Dmisc.c4399 SCIP_RETCODE SCIPintarrayExtend( in SCIPintarrayExtend() function
4623 SCIP_CALL( SCIPintarrayExtend(intarray, arraygrowinit, arraygrowfac, idx, idx) ); in SCIPintarraySetVal()