test/Tools/isac/Knowledge/eqsystem-2.sml
changeset 60360 49680d595342
parent 60347 301b4bf4655e
child 60395 f2e6a3bf46de
equal deleted inserted replaced
60359:03dea0a179d0 60360:49680d595342
    72     (Specify_Method ["EqSystem", "top_down_substitution", "2x2"]) => ()
    72     (Specify_Method ["EqSystem", "top_down_substitution", "2x2"]) => ()
    73   | _ => error "eqsystem.sml me [EqSys...2x2] top_down_substitution b";
    73   | _ => error "eqsystem.sml me [EqSys...2x2] top_down_substitution b";
    74 
    74 
    75 val (p,_,f,nxt,_,pt) = me nxt p c pt;
    75 val (p,_,f,nxt,_,pt) = me nxt p c pt;
    76 val PblObj {probl,...} = get_obj I pt [5];
    76 val PblObj {probl,...} = get_obj I pt [5];
    77     (writeln o (I_Model.to_string (ThyC.to_ctxt @{theory Isac_Knowledge}))) probl;
    77     (writeln o (I_Model.to_string (Proof_Context.init_global @{theory Isac_Knowledge}))) probl;
    78 (*[
    78 (*[
    79 (1 ,[1] ,true ,#Given ,Cor equalities [c_2 = 0, L * c + c_2 = q_0 * L \<up> 2 / 2] ,(es_, [[c_2 = 0, L * c + c_2 = q_0 * L \<up> 2 / 2]])),
    79 (1 ,[1] ,true ,#Given ,Cor equalities [c_2 = 0, L * c + c_2 = q_0 * L \<up> 2 / 2] ,(es_, [[c_2 = 0, L * c + c_2 = q_0 * L \<up> 2 / 2]])),
    80 (2 ,[1] ,true ,#Given ,Cor solveForVars [c, c_2] ,(v_s, [[c, c_2]])),
    80 (2 ,[1] ,true ,#Given ,Cor solveForVars [c, c_2] ,(v_s, [[c, c_2]])),
    81 (3 ,[1] ,true ,#Find ,Cor solution ss___ ,(ss___, [ss___]))]
    81 (3 ,[1] ,true ,#Find ,Cor solution ss___ ,(ss___, [ss___]))]
    82 *)
    82 *)