Home
last modified time | relevance | path

Searched defs:outOfResources (Results 1 – 3 of 3) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/util/
H A Dresource_manager.cpp256 bool ResourceManager::outOfResources() const { in outOfResources() function in CVC4::ResourceManager
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_core.h492 bool outOfResources() { return d_resourceLimit == 1; } in outOfResources() function
/dports/math/cvc3/cvc3-2.4.1/src/search/
H A Dsearch_sat.cpp84 bool outOfResources() { return d_ss->theoryCore()->outOfResources(); } in outOfResources() function in CVC3::SearchSatTheoryAPI