Home
last modified time | relevance | path

Searched refs:instGenSelection (Results 1 – 2 of 2) sorted by relevance

/dports/math/vampire/vampire-4.5.1/InstGen/
H A DIGAlgorithm.cpp85 if (opt.instGenSelection() == LOOKAHEAD_SELECTION) { in IGAlgorithm()
89 _selector = LiteralSelector::getSelector(*_ordering, opt, opt.instGenSelection()); in IGAlgorithm()
/dports/math/vampire/vampire-4.5.1/Shell/
H A DOptions.hpp2171 int instGenSelection() const { return _instGenSelection.actualValue; } in instGenSelection() function in Shell::Options