Home
last modified time | relevance | path

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

/dports/math/vampire/vampire-4.5.1/Parse/
H A DSMTLIB2.hpp278 TermAlgebraConstructor* buildTermAlgebraConstructor(vstring constrName, unsigned taSort,
H A DSMTLIB2.cpp993 constructors.push(buildTermAlgebraConstructor(constrName, taSort, destructorNames, argSorts)); in readDeclareDatatypes()
1007 TermAlgebraConstructor* SMTLIB2::buildTermAlgebraConstructor(vstring constrName, unsigned taSort, in buildTermAlgebraConstructor() function in Parse::SMTLIB2