wenzelm [Sun, 22 Jul 2007 21:20:55 +0200] rev 23910
added simultaneous use_thys;
deps: removed obsolete present'' flag;
wenzelm [Sun, 22 Jul 2007 21:20:54 +0200] rev 23909
avoid polymorphic equality;
wenzelm [Sun, 22 Jul 2007 21:20:53 +0200] rev 23908
blast_hyp_subst_tac: plain bool argument;
chaieb [Sun, 22 Jul 2007 17:53:55 +0200] rev 23907
Context data for QE in DLO (Langford's algorithm)
chaieb [Sun, 22 Jul 2007 17:53:54 +0200] rev 23906
Quantifier elimination for Dense linear orders after Langford
chaieb [Sun, 22 Jul 2007 17:53:51 +0200] rev 23905
Tuned proof : dlo replaced by ferrack
chaieb [Sun, 22 Jul 2007 17:53:50 +0200] rev 23904
tuned
chaieb [Sun, 22 Jul 2007 17:53:48 +0200] rev 23903
Renamed attribute dlo into attribute ferrack
chaieb [Sun, 22 Jul 2007 17:53:45 +0200] rev 23902
Added quantifier elimination in dense linear orders after Langford; locale dense_linear_order renamed to constr_dense_linear_order (since it requires the beween constant). locale dense_linear_order is now the classical definition of DLO. constr_dense_linear_order is an instance of dense_linear_order; Method dlo now applies the langford QE, odl Method dlo renamed to ferrack, since it ia a QE only in interpretations where between is interpreted in a manner to vanish after substitution.
chaieb [Sun, 22 Jul 2007 17:53:42 +0200] rev 23901
Tunes Proof
wenzelm [Sun, 22 Jul 2007 13:53:52 +0200] rev 23900
begin_theory: simplified interface, keep thy info empty until end_theory;
wenzelm [Sun, 22 Jul 2007 13:53:51 +0200] rev 23899
clarified init/begin_theory: no longer depend on thy_info.ML;
tuned;
wenzelm [Sun, 22 Jul 2007 13:53:49 +0200] rev 23898
clarified Present.init;
wenzelm [Sun, 22 Jul 2007 13:53:47 +0200] rev 23897
simplified ThyInfo.begin_theory;
wenzelm [Sun, 22 Jul 2007 13:53:46 +0200] rev 23896
load present.ML earlier: no longer depend on thy_info.ML;