Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsygus_module.h83 virtual bool allowPartialModel() { return false; } in allowPartialModel() function
H A Dsygus_pbe.h124 bool allowPartialModel() override;
H A Dsygus_pbe.cpp435 bool SygusPbe::allowPartialModel() { return !options::sygusPbeMultiFair(); } in allowPartialModel() function in CVC4::theory::quantifiers::SygusPbe
H A Dsynth_conjecture.cpp372 if (!d_master->allowPartialModel() && !fullModel) in doCheck()