Home
last modified time | relevance | path

Searched defs:SCIPconsIsLockedType (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_cons.h865 #define SCIPconsIsLockedType(cons, locktype) ((cons)->nlockspos[locktype] > 0 || (cons)->nlocks… macro
H A Dcons.c8468 SCIP_Bool SCIPconsIsLockedType( in SCIPconsIsLockedType() function