Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_cons.h97 …unsigned int updateunmarkpropagate:1;/**< TRUE iff constraint has to be unmarked to be pr… member
H A Dpub_cons.h847 …te(cons) ((cons)->updatemarkpropagate || ((cons)->markpropagate && !(cons)->updateunmarkpropagate))
H A Dcons.c1713 || cons->updatemarkpropagate || cons->updateunmarkpropagate); in conshdlrProcessUpdates()
1842 else if( cons->updateunmarkpropagate ) in conshdlrProcessUpdates()
1846 cons->updateunmarkpropagate = FALSE; in conshdlrProcessUpdates()
1861 assert(!cons->updateunmarkpropagate); in conshdlrProcessUpdates()
5898 (*cons)->updateunmarkpropagate = FALSE; in SCIPconsCreate()
7001 if( cons->updatemarkpropagate || (cons->markpropagate && !cons->updateunmarkpropagate) ) in SCIPconsMarkPropagate()
7006 cons->updateunmarkpropagate = FALSE; in SCIPconsMarkPropagate()
7031 if( cons->updateunmarkpropagate || (!cons->markpropagate && !cons->updatemarkpropagate) ) in SCIPconsUnmarkPropagate()
7037 cons->updateunmarkpropagate = TRUE; in SCIPconsUnmarkPropagate()
8290 return (cons->updatemarkpropagate || (cons->markpropagate && !cons->updateunmarkpropagate)); in SCIPconsIsMarkedPropagate()