Home
last modified time | relevance | path

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

/dports/math/vampire/vampire-4.5.1/Kernel/
H A DInference.cpp239 _inductionDepth = static_cast<Unit*>(_ptr1)->inference().inductionDepth(); in updateStatistics()
241 _inductionDepth = max(static_cast<Unit*>(_ptr1)->inference().inductionDepth(), in updateStatistics()
242 static_cast<Unit*>(_ptr2)->inference().inductionDepth()); in updateStatistics()
251 _inductionDepth = max(_inductionDepth,it->head()->inference().inductionDepth()); in updateStatistics()
H A DMainLoop.cpp64 env.statistics->maxInductionDepth = refutation->inference().inductionDepth(); in updateStatistics()
H A DInference.hpp804 unsigned inductionDepth() const { return _inductionDepth; } in inductionDepth() function in Kernel::Inference
H A DClause.cpp434 result += vstring(",inD:") + Int::toString(_inference.inductionDepth()); in toString()
/dports/math/vampire/vampire-4.5.1/Inferences/
H A DInduction.cpp134 (maxD == 0 || premise->inference().inductionDepth() < maxD) in InductionClauseIterator()
264 inf.setInductionDepth(premise->inference().inductionDepth()+1); in produceClauses()
375 unsigned prev_depth = premise->inference().inductionDepth(); in performMathInductionOne()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DUIHelper.cpp390 env.statistics->maxInductionDepth = env.statistics->refutation->inference().inductionDepth(); in outputResult()
/dports/math/vampire/vampire-4.5.1/Saturation/
H A DSplitter.cpp1244 def_u_i.setInductionDepth(orig->inference().inductionDepth()); in buildAndInsertComponentClause()