src/Tools/isac/Knowledge/DiophantEq.thy
changeset 60509 2e0b7ca391dc
parent 60449 2406d378cede
child 60586 007ef64dbb08
     1.1 --- a/src/Tools/isac/Knowledge/DiophantEq.thy	Wed Aug 03 18:17:27 2022 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/DiophantEq.thy	Thu Aug 04 12:48:37 2022 +0200
     1.3 @@ -33,7 +33,7 @@
     1.4      (Try (Calculate ''TIMES''))) e_e)"
     1.5  
     1.6  method met_test_diophant : "Test/solve_diophant" =
     1.7 -  \<open>{rew_ord' = "e_rew_ord", rls' = tval_rls, srls = Rule_Set.empty, prls = Rule_Set.empty, calc = [],
     1.8 +  \<open>{rew_ord' = "Rewrite_Ord.id_empty", rls' = tval_rls, srls = Rule_Set.empty, prls = Rule_Set.empty, calc = [],
     1.9      crls = tval_rls, errpats = [], nrls = Test_simplify}\<close>
    1.10    Program: diophant_equation.simps
    1.11    Given: "boolTestGiven e_e" "intTestGiven (v_v::int)"