src/Tools/isac/Knowledge/DiophantEq.thy
changeset 59973 8a46c2e7c27a
parent 59903 5037ca1b112b
child 59997 46fe5a8c3911
     1.1 --- a/src/Tools/isac/Knowledge/DiophantEq.thy	Wed May 13 12:14:49 2020 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/DiophantEq.thy	Wed May 13 16:10:22 2020 +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 -  [(Specify.prep_pbt thy "pbl_equ_dio" [] Problem.id_empty
     1.8 +  [(Problem.prep_input thy "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 -    [Specify.prep_met thy "met_test_diophant" [] Method.id_empty
    1.17 +    [Method.prep_input thy "met_test_diophant" [] Method.id_empty
    1.18        (["Test","solve_diophant"],
    1.19          [("#Given" ,["boolTestGiven e_e","intTestGiven (v_v::int)"]),
    1.20            (*                                      TODO: drop ^^^^^*)