Home
last modified time | relevance | path

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

/dports/math/vampire/vampire-4.5.1/Shell/
H A DOptions.cpp1954_showInterpolant = ChoiceOptionValue<InterpolantMode>("show_interpolant","",InterpolantMode::OFF, in init()
1956 _lookup.insert(&_showInterpolant); in init()
1957 _showInterpolant.tag(OptionTag::OTHER); in init()
1958 _showInterpolant.setExperimental(); in init()
3085 if (_showInterpolant.actualValue != InterpolantMode::OFF) { in complete()
H A DOptions.hpp1988 InterpolantMode showInterpolant() const { return _showInterpolant.actualValue; } in showInterpolant()
2544 ChoiceOptionValue<InterpolantMode> _showInterpolant; member in Shell::Options