Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/live/
H A Dkliveness.c443 Vec_Ptr_t *monotoneVector; in collectUserGivenDisjunctiveMonotoneSignals() local
446 monotoneVector = Vec_PtrAlloc(0); in collectUserGivenDisjunctiveMonotoneSignals()
452 Vec_PtrPush(monotoneVector, newIntVector); in collectUserGivenDisjunctiveMonotoneSignals()
456 if( Vec_PtrSize(monotoneVector) > 0 ) in collectUserGivenDisjunctiveMonotoneSignals()
457 return monotoneVector; in collectUserGivenDisjunctiveMonotoneSignals()