src/Tools/isac/Knowledge/DiophantEq.thy
changeset 60290 bb4e8b01b072
parent 60278 343efa173023
child 60291 52921aa0e14a
     1.1 --- a/src/Tools/isac/Knowledge/DiophantEq.thy	Thu Jun 10 11:54:20 2021 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/DiophantEq.thy	Thu Jun 10 12:23:57 2021 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  
     1.5  text \<open>problemclass for the usecase\<close>
     1.6  setup \<open>KEStore_Elems.add_pbts
     1.7 -  [(Problem.prep_input thy "pbl_equ_dio" [] Problem.id_empty
     1.8 +  [(Problem.prep_input @{theory} "pbl_equ_dio" [] Problem.id_empty
     1.9        (["diophantine", "equation"],
    1.10          [("#Given" ,["boolTestGiven e_e", "intTestGiven (v_v::int)"]),
    1.11            (*                                      TODO: drop ^^^^^*)
    1.12 @@ -33,7 +33,7 @@
    1.13      (Try (Calculate ''PLUS'')) #>
    1.14      (Try (Calculate ''TIMES''))) e_e)"
    1.15  setup \<open>KEStore_Elems.add_mets
    1.16 -    [MethodC.prep_input thy "met_test_diophant" [] MethodC.id_empty
    1.17 +    [MethodC.prep_input @{theory} "met_test_diophant" [] MethodC.id_empty
    1.18        (["Test", "solve_diophant"],
    1.19          [("#Given" ,["boolTestGiven e_e", "intTestGiven (v_v::int)"]),
    1.20            (*                                      TODO: drop ^^^^^*)