Home
last modified time | relevance | path

Searched refs:setIncomplete (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/cvc4/CVC4-1.7/src/theory/idl/
H A Dtheory_idl.cpp74 d_out->setIncomplete(); in check()
85 d_out->setIncomplete(); in check()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dquantifiers_engine.cpp539 bool setIncomplete = false; in check() local
699 setIncomplete = true; in check()
705 setIncomplete = true; in check()
708 if( !setIncomplete ){ in check()
718 setIncomplete = true; in check()
722 if( !setIncomplete ){ in check()
741 setIncomplete = true; in check()
751 if( !setIncomplete ){ in check()
777 if( setIncomplete ){ in check()
779 getOutputChannel().setIncomplete(); in check()
H A Doutput_channel.h163 virtual void setIncomplete() = 0;
H A Dtheory_engine.h323 void setIncomplete() override { in setIncomplete() function
325 d_engine->setIncomplete(d_theory); in setIncomplete()
381 void setIncomplete(theory::TheoryId theory) { in setIncomplete() function
H A Dtheory_test_utils.h89 void setIncomplete() override {} in setIncomplete() function
/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_output_channel.h44 void setIncomplete() override;
H A Dproof_output_channel.cpp74 void ProofOutputChannel::setIncomplete() { in setIncomplete() function in CVC4::ProofOutputChannel
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/framework/
H A DDocument.h309 void setIncomplete(bool i) { m_isIncomplete = i; } in setIncomplete() function
H A DSVFileReader.cpp553 m_document->setIncomplete(true);
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dtheory_arith_private.h653 inline void setIncomplete() { in setIncomplete() function
654 (d_containing.d_out)->setIncomplete(); in setIncomplete()
/dports/math/cvc4/CVC4-1.7/test/unit/theory/
H A Dtheory_white.h71 void setIncomplete() override { Unreachable(); } in setIncomplete() function
H A Dtheory_engine_white.h67 void setIncomplete() override { Unimplemented(); } in setIncomplete() function
/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_core.h518 void setIncomplete(const std::string& reason);
H A Dtheory.h423 virtual void setIncomplete(const std::string& reason);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/
H A DCoreItem.java553 void setIncomplete() { in setIncomplete() method in CoreItem
554 super.setIncomplete(); in setIncomplete()
H A DCheatSheetViewer.java550 item.setIncomplete(); in clearIcons()
1318 introItem.setIncomplete(); in restart()
H A DViewItem.java577 void setIncomplete() { in setIncomplete() method in ViewItem
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dtheory.cpp112 void Theory::setIncomplete(const string& reason) in setIncomplete() function in Theory
115 d_theoryCore->setIncomplete(reason); in setIncomplete()
H A Dtheory_core.cpp3495 setIncomplete("Exhausted user-specified resource"); in addFact()
4065 setIncomplete("Exhausted user-specified time limit"); in timeLimitReached()
4180 void TheoryCore::setIncomplete(const string& reason) in setIncomplete() function in TheoryCore
4239 setIncomplete("Exhausted user-specified resource");
/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dtheory_uf.cpp158 d_out->setIncomplete(); in check()
H A Dtheory_uf_strong_solver.cpp1539 d_out->setIncomplete(); in assertNode()
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Dtheory_arith3.cpp579 setIncomplete("Non-linear arithmetic equalities"); in doSolve()
1389 setIncomplete("Non-linear arithmetic inequalities"); in projectInequalities()
H A Dtheory_arith_old.cpp1331 setIncomplete("Non-linear arithmetic inequalities"); in addToBuffer()
1754 setIncomplete("Non-linear arithmetic inequalities"); in projectInequalities()
2517 setIncomplete("Some gray shadows ignored due to threshold"); in assertFact()
/dports/math/cvc4/CVC4-1.7/src/theory/sep/
H A Dtheory_sep.cpp817 d_out->setIncomplete(); in check()
/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dtheory_quant.cpp8124 setIncomplete("Quantifier instantiation"); in synCheckSat()
8392 setIncomplete("Quantifier instantiation"); in naiveCheckSat()

12