test/Tools/isac/OLDTESTS/script_if.sml
changeset 60237 e534316f9e07
parent 60230 0ca0f9363ad3
child 60242 73ee61385493
equal deleted inserted replaced
60236:de0ccac9f862 60237:e534316f9e07
    69 
    69 
    70 KEStore_Elems.add_pbts
    70 KEStore_Elems.add_pbts
    71   [Problem.prep_input (theory "Isac_Knowledge")
    71   [Problem.prep_input (theory "Isac_Knowledge")
    72       (["approximate", "univariate", "equation", "test"],
    72       (["approximate", "univariate", "equation", "test"],
    73         [("#Given", ["equality e_e", "solveFor v_v", "errorBound err_"]),
    73         [("#Given", ["equality e_e", "solveFor v_v", "errorBound err_"]),
    74           ("#Where", ["TermC.matches (?a = ?b) e_e"]),
    74           ("#Where", ["matches (?a = ?b) e_e"]),
    75           ("#Find", ["solutions v_i_"])],
    75           ("#Find", ["solutions v_i_"])],
    76         Rule_Set.append_rules Rule_Set.empty [Eval ("Prog_Expr.TermC.matches",eval_matches "#matches_")], [])]
    76         Rule_Set.append_rules Rule_Set.empty [Eval ("Prog_Expr.TermC.matches",eval_matches "#matches_")], [])]
    77   thy;
    77   thy;
    78 
    78 
    79 methods:= overwritel (!methods,
    79 methods:= overwritel (!methods,