Home
last modified time | relevance | path

Searched refs:createProofRules (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/cvc3/cvc3-2.4.1/src/include/
H A Dtheory_simulate.h51 SimulateProofRules* createProofRules();
H A Dtheory_uf.h78 UFProofRules* createProofRules();
H A Dtheorem_manager.h57 CommonProofRules* createProofRules();
H A Dtheory_array.h85 ArrayProofRules* createProofRules();
H A Dtheory_records.h62 RecordsProofRules* createProofRules();
H A Dtheory_datatype.h88 DatatypeProofRules* createProofRules();
H A Dcnf_manager.h122 CVC3::CNF_Rules* createProofRules(CVC3::TheoremManager* tm, const CVC3::CLFlags&);
H A Dtheory_core.h249 CoreProofRules* createProofRules(TheoremManager* tm);
H A Dtheory_bitvector.h272 BitvectorProofRules* createProofRules();
H A Dtheory_arith_new.h235 ArithProofRules* createProofRules();
H A Dtheory_quant.h724 QuantProofRules* createProofRules();
/dports/math/cvc3/cvc3-2.4.1/src/theorem/
H A Dtheorem_manager.cpp65 d_rules = createProofRules(); in TheoremManager()
/dports/math/cvc3/cvc3-2.4.1/src/theory_simulate/
H A Dsimulate_theorem_producer.cpp38 SimulateProofRules* TheorySimulate::createProofRules() { in createProofRules() function in TheorySimulate
H A Dtheory_simulate.cpp38 d_rules = createProofRules(); in TheorySimulate()
/dports/math/cvc3/cvc3-2.4.1/src/theory_uf/
H A Duf_theorem_producer.cpp41 UFProofRules* TheoryUF::createProofRules() { in createProofRules() function in TheoryUF
H A Dtheory_uf.cpp52 d_rules = createProofRules(); in TheoryUF()
/dports/math/cvc3/cvc3-2.4.1/src/theory_datatype/
H A Ddatatype_theorem_producer.cpp42 TheoryDatatype::createProofRules() { in createProofRules() function in TheoryDatatype
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dcnf_theorem_producer.cpp38 CNF_Rules* CNF_Manager::createProofRules(TheoremManager* tm, const CLFlags& flags) { in createProofRules() function in CNF_Manager
H A Dcnf_manager.cpp48 d_rules = createProofRules(tm, flags); in CNF_Manager()
/dports/math/cvc3/cvc3-2.4.1/src/theory_records/
H A Drecords_theorem_producer.cpp32 RecordsProofRules* TheoryRecords::createProofRules() { in createProofRules() function in TheoryRecords
/dports/math/cvc3/cvc3-2.4.1/src/theory_array/
H A Darray_theorem_producer.cpp41 ArrayProofRules* TheoryArray::createProofRules() { in createProofRules() function in TheoryArray
H A Dtheory_array.cpp53 d_rules = createProofRules(); in TheoryArray()
/dports/math/cvc3/cvc3-2.4.1/src/theory_core/
H A Dcore_theorem_producer.cpp45 CoreProofRules* TheoryCore::createProofRules(TheoremManager* tm) { in createProofRules() function in TheoryCore
/dports/math/cvc3/cvc3-2.4.1/doc/
H A Dtheory_api.dox575 d_rules = createProofRules(vcl); // instantiate our own rules
1391 FooProofRules* createProofRules(VCL* vcl);
1398 part of the code, the implementation of <tt>createProofRules()</tt>
1407 FooProofRules* TheoryFoo::createProofRules(VCL* vcl) {
1414 <tt>d_rules</tt> is initialized by calling <tt>createProofRules()</tt>:
1421 d_rules = createProofRules(vcl);
/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dquant_theorem_producer.cpp39 QuantProofRules* TheoryQuant::createProofRules() { in createProofRules() function in TheoryQuant

12