Home
last modified time | relevance | path

Searched refs:S_Subproblem (Results 1 – 8 of 8) sorted by relevance

/dports/lang/maude/maude-2.7.1/src/S_Theory/
H A DChangeLog171 * S_Subproblem.cc (S_Subproblem): handle mustMatchAtLeast arg
177 * S_Subproblem.hh (class S_Subproblem): added data member
332 * S_Subproblem.cc (S_Subproblem): pass varSort as const Sort*
334 * S_Subproblem.hh (class S_Subproblem): made varSort const Sort*
361 (S_Subproblem): updated Assert()s
400 * S_Subproblem.cc (S_Subproblem): switched initializer order to
450 * S_Subproblem.hh (class S_Subproblem): extension-> extensionInfo
457 * S_Subproblem.cc (S_Subproblem): init leftOver; added Assert() to
461 * S_Subproblem.hh (class S_Subproblem): data member used replaced
638 * S_Subproblem.hh: created
[all …]
H A DS_Subproblem.cc53 S_Subproblem::S_Subproblem(S_DagNode* subject, in S_Subproblem() function in S_Subproblem
72 S_Subproblem::solve(bool findFirst, RewritingContext& solution) in solve()
109 S_Subproblem::dump(ostream& s, const VariableInfo& variableInfo, int indentLevel) in dump()
H A DS_Subproblem.hh31 class S_Subproblem : public Subproblem class
33 NO_COPYING(S_Subproblem);
36 S_Subproblem(S_DagNode* subject,
H A DMakefile.in111 libS_Theory_a-S_Subproblem.$(OBJEXT)
299 S_Subproblem.cc
308 S_Subproblem.hh \
368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libS_Theory_a-S_Subproblem.Po@am__quote@
498 libS_Theory_a-S_Subproblem.o: S_Subproblem.cc
499S_Subproblem.o -MD -MP -MF $(DEPDIR)/libS_Theory_a-S_Subproblem.Tpo -c -o libS_Theory_a-S_Subprobl…
500 …TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libS_Theory_a-S_Subproblem.Tpo $(DEPDIR)/libS_Theory_a-S_Subpr…
503 …FLAGS) $(CXXFLAGS) -c -o libS_Theory_a-S_Subproblem.o `test -f 'S_Subproblem.cc' || echo '$(srcdir…
505 libS_Theory_a-S_Subproblem.obj: S_Subproblem.cc
506 …FLAGS) -MT libS_Theory_a-S_Subproblem.obj -MD -MP -MF $(DEPDIR)/libS_Theory_a-S_Subproblem.Tpo -c …
[all …]
H A DMakefile.am19 S_Subproblem.cc
28 S_Subproblem.hh \
H A DS_Theory.hh36 class S_Subproblem;
H A DS_LhsAutomaton.cc234 new S_Subproblem(subject, subjectNumber - number, in extMatchGt()
255 subproblems.add(new S_Subproblem(subject, in extMatchGt()
H A DS_DagNode.cc198 new S_Subproblem(this, in matchVariableWithExtension()