src/Tools/isac/Interpret/solve-step.sml
Thu, 04 Aug 2022 12:48:37 +0200 polish naming in Rewrite_Order
Wed, 03 Aug 2022 17:18:47 +0200 replace val rew_ord' = Unsynchronized.ref by Theory_Data
Sat, 30 Jul 2022 16:47:45 +0200 eliminate global flag Rewrite.trace_on
Tue, 21 Jun 2022 16:04:43 +0200 rename functions in i-model.sml
Tue, 10 Aug 2021 11:01:18 +0200 eliminate ThyC.to_ctxt, use Proof_Context.init_global inline
Sun, 18 Apr 2021 23:37:59 +0200 conditional compilation via system option "isac_test" and antiquotation \<^isac_test>CARTOUCHE:
Wed, 03 Feb 2021 16:39:44 +0100 Isac's MethodC not shadowing Isabelle's Method
Tue, 19 May 2020 12:33:35 +0200 adapt test/../Specify/* to new files in src/../Specify/*
Tue, 12 May 2020 17:42:29 +0200 shift code from struct.Specify to appropriate locations
Mon, 11 May 2020 11:38:52 +0200 error -> raise ERROR
Sun, 10 May 2020 17:26:36 +0200 cleanup generate.sml, model.sml
Tue, 05 May 2020 15:39:20 +0200 assign code struct.O_Model and I_Model, part 2: model.sml is clean
Mon, 04 May 2020 13:27:45 +0200 remove unused code
Mon, 04 May 2020 12:38:16 +0200 end cleanup Interpret/*, preliminary
Mon, 04 May 2020 10:19:16 +0200 spearate Specify_Step.add
Mon, 04 May 2020 09:25:51 +0200 separate Solve_Step.add, rearrange code, prep. Specify_Step
Sat, 02 May 2020 17:39:04 +0200 prep. new Solve_Step.add
Sat, 02 May 2020 16:34:42 +0200 Solve_Check: postpone parsing input to _ option
Sat, 02 May 2020 15:41:27 +0200 simplify Solve_Step.check, remove CAScmd (is not a tactic)
Sat, 02 May 2020 12:13:20 +0200 remove unused tactics, finish
Sat, 02 May 2020 10:57:04 +0200 remove unused tactics, part 1
Fri, 01 May 2020 17:17:41 +0200 unify sequence of tactics
Fri, 01 May 2020 16:06:59 +0200 separate Specify_Step.check
Fri, 01 May 2020 15:28:40 +0200 separate Solve_Step.check, repair ALL of Test_Isac_Short
Wed, 29 Apr 2020 12:30:51 +0200 prep. separation of check Applicable between specify-phase and solve-phase