RISC JKU

Library download page

<< Return to the main page

Usage example (formatted by java2html):
try {
    String in = "C(f(X)) << g(f(a,b),h(f(a),f))";
    MatchProblem p = new MatchProblem();
    new InputParser(p, new NodeFactory()).parseEqSystem(in, null);
    new MatchAlgorithm(new MatchSystem(p, new Substitution()))
        .match(DebugLevel.PROGRESS, System.out, System.out, true);
} catch (Exception e) {
    e.printStackTrace();
}


Author: Alexander Baumgartner FWF Der Wissenschaftsfond
Project: SToUT - Symbolic Computation Techniques for Unranked Terms