Home
last modified time | relevance | path

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

/dports/math/vampire/vampire-4.5.1/Kernel/
H A DInference.hpp560 struct NonspecificInference2 { struct
561NonspecificInference2(InferenceRule r, Unit* p1, Unit* p2) : rule(r), premise1(p1), premise2(p2) {} in NonspecificInference2() function
638 Inference(const NonspecificInference2& gi);
H A DInference.cpp504 Inference::Inference(const NonspecificInference2& gi) { in Inference()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DGeneralSplitting.cpp270 …Clause* otherCl=Clause::fromStack(otherLits, NonspecificInference2(InferenceRule::GENERAL_SPLITTIN… in apply()
H A DEqualityProxy.cpp296 NonspecificInference2(InferenceRule::EQUALITY_PROXY_REPLACEMENT, cl, proxyPremises.top())); in apply()