Home
last modified time | relevance | path

Searched refs:LITERAL_MATCH_USE (Results 1 – 5 of 5) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/options/
H A Dquantifiers_modes.cpp49 case theory::quantifiers::LITERAL_MATCH_USE: in operator <<()
H A Dquantifiers_modes.h48 LITERAL_MATCH_USE, enumerator
H A Doptions_handler.cpp638 return theory::quantifiers::LITERAL_MATCH_USE; in stringToLiteralMatchMode()
H A Dquantifiers_options.toml463 default = "CVC4::theory::quantifiers::LITERAL_MATCH_USE"
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/ematching/
H A Dinst_strategy_e_matching.cpp370 if( options::literalMatchMode()==LITERAL_MATCH_USE ){ in generateTriggers()