Skip to content
Aborted

Changes

Summary

  1. get rid of remote_vampire since it's hard, if possible at all, to follow Vampire's online options
  2. merged
  3. NEWS;
  4. proper example;
  5. more tests;
  6. more robust: component might be absent;
  7. clarified global state: allow to deactivate main plugin;
  8. more robust (again): allow to deactivate main plugin;
  9. tuned signature;
  10. more complete dockables;
  11. more robust (see 4d91b6d5d49c);
  12. clarified startup: implicitly enforce activation of isabelle.jedit_main.Plugin;
  13. more robust;
  14. tuned;
  15. avoid non-standard encoding;
  16. proper cross-platform build: jdk component is required for ISABELLE_SETUP_CLASSPATH in other_isabelle;
  17. more robust classpath: skip empty entries;
  18. more robust: avoid duplicate classpath entries;
  19. build.props for isabelle.jar, including isabelle.jedit; build minimal Isabelle/jEdit plugins on the spot; regular "jedit" component: discontinued special "jedit_build"; Isabelle/Scala services via jars, instead of settings;
  20. more robust;
  21. more portable: avoid Windows CRLF in classpath output;
  22. proper lines (amending 59b6f0462086);
  23. more systematic treatment of encodings;
  24. tuned;
  25. extended the 'corec' format slightly
  26. prefer 'xxx' to 'xxx.yyy' to 'xxx(2)' in Sledgehammer, to some extent
  27. tuning
  28. rephrase Nitpick constraint in more first-order format that's also more friendly to the 'box' option
  29. correctly translate constructor argument in 'primrec'
  30. simplified a few proofs
  31. revisited ac28714b7478: more faithful preplaying with chained facts
  32. wait for E 2.7 before using 'ite' in HO mode
  33. added alternative E binary name
  34. parse logical operators in the right order w.r.t. backtracking
  35. improved warning
  36. adjusted E setup to avoid generating FOOL with 2.5 (where 'ite' is missing)
  37. operations for symbolic computation of bit operations
  38. proper local context
  39. shasum for project meta-info;
  40. even more strict shasum (amending c9771e1b3223);
  41. clarified Isabelle meta-info within jar;
  42. strict shasum: this is used on input files;
  43. clarified modules; clarified messages; clarified return code;
  44. support for command-line operations;
  45. operations for all components;
  46. clarified signature;
  47. merged
  48. rebuild component;
  49. expand file paths, e.g. to allow $ISABELLE_HOME, $ISABELLE_HOME_USER;
  50. support expand_platform_path, which is reminiscent of isabelle.Path.expand;
  51. skip scalac for Java build;
  52. support mixed Scala/Java build; clarified scalac/javac options;
  53. clarified javac options;
  54. clarified syntax: similar to URL;
  55. clarified signature;
  56. more robust;
  57. more robust;
  58. more compiler_deps via "requirements", notably jar list from settings; proper Files.createDirectories;
  59. clarified component settings;
  60. clarified shasum: sources / resources within jar;
  61. tuned signature;
  62. clarified modules;
  63. merged
  64. fixed HOL-TPTP following f58108b7a60c
  65. documented Sledgehammer option "induction_rules"
  66. refactored Sledgehammer option "induction_rules"
  67. promoted "sledgehammer_instantiate_inducts" to proper option "induction_rules"
  68. jenkins: add pre/post-hook results for benchmark
  69. remove SpecCheck; it is now part of the AFP
Changeset 74005:14de47e29fe4 by blanchet:
get rid of remote_vampire since it's hard, if possible at all, to follow Vampire's online options
The file was modified src/Doc/Sledgehammer/document/root.tex
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_atp_systems.ML
Changeset 74004:5c8a0580d513 by wenzelm:
merged
Changeset 74003:e6e49f9cafd8 by wenzelm:
NEWS;
The file was modified NEWS
Changeset 74002:f2d16e75bcf1 by wenzelm:
proper example;
The file was modified src/Doc/System/Environment.thy
Changeset 74001:118057a1093b by wenzelm:
more tests;
The file was modified Admin/Release/CHECKLIST
Changeset 74000:4313e6c9969a by wenzelm:
more robust: component might be absent;
The file was modified lib/scripts/getsettings
Changeset 73999:6b213c0115f5 by wenzelm:
clarified global state: allow to deactivate main plugin;
The file was modified src/Tools/jEdit/src/document_model.scala
The file was modified src/Tools/jEdit/src/main_plugin.scala
Changeset 73998:b3f2da6bef51 by wenzelm:
more robust (again): allow to deactivate main plugin;
The file was modified src/Tools/jEdit/src/main_plugin.scala
Changeset 73997:0f61cd0ce803 by wenzelm:
tuned signature;
The file was modified src/Tools/jEdit/src/main_plugin.scala
The file was modified src/Tools/jEdit/src/syntax_style.scala
Changeset 73996:f3409ced4df2 by wenzelm:
more complete dockables;
The file was modified src/Tools/jEdit/jedit_main/dockables.scala
Changeset 73995:de82b1251971 by wenzelm:
more robust (see 4d91b6d5d49c);
The file was modified src/Tools/jEdit/src/syntax_style.scala
Changeset 73994:fbb30dac95a2 by wenzelm:
clarified startup: implicitly enforce activation of isabelle.jedit_main.Plugin;
The file was addedsrc/Tools/jEdit/jedit_main/dockables.scala
The file was addedsrc/Tools/jEdit/jedit_main/services.scala
The file was modified src/Tools/jEdit/jedit_main/build.props
The file was modified src/Tools/jEdit/jedit_main/dockables.xml
The file was modified src/Tools/jEdit/jedit_main/plugin.props
The file was modified src/Tools/jEdit/jedit_main/services.xml
Changeset 73993:3868fed3c34b by wenzelm:
more robust;
The file was modified Admin/build
The file was modified lib/Tools/java
Changeset 73992:fecbf83ab281 by wenzelm:
tuned;
The file was modified lib/scripts/getsettings
Changeset 73991:9f42f2a80ef3 by wenzelm:
avoid non-standard encoding;
The file was modified src/Tools/jEdit/jedit_base/plugin.props
The file was modified src/Tools/jEdit/jedit_main/plugin.props
Changeset 73990:778ab9983f40 by wenzelm:
proper cross-platform build: jdk component is required for ISABELLE_SETUP_CLASSPATH in other_isabelle;
The file was modified src/Pure/Admin/build_release.scala
Changeset 73989:842fc354c031 by wenzelm:
more robust classpath: skip empty entries;
The file was modified bin/isabelle_java
The file was modified lib/Tools/java
The file was modified lib/Tools/scala
The file was modified lib/Tools/scalac
The file was modified lib/scripts/getfunctions
Changeset 73988:678e1c9eb009 by wenzelm:
more robust: avoid duplicate classpath entries;
The file was modified bin/isabelle_java
The file was modified lib/Tools/java
The file was modified lib/Tools/scala
The file was modified lib/Tools/scalac
The file was modified lib/scripts/getfunctions
The file was modified lib/scripts/getsettings
The file was modified src/Pure/Admin/build_release.scala
The file was modified src/Pure/Admin/other_isabelle.scala
The file was modified src/Pure/System/scala.scala
Changeset 73987:fc363a3b690a by wenzelm:
build.props for isabelle.jar, including isabelle.jedit;<br>build minimal Isabelle/jEdit plugins on the spot;<br>regular &quot;jedit&quot; component: discontinued special &quot;jedit_build&quot;;<br>Isabelle/Scala services via jars, instead of settings;
The file was addedAdmin/etc/build.props
The file was addedetc/build.props
The file was addedlib/services/java.nio.charset.spi.CharsetProvider
The file was addedsrc/Tools/jEdit/jedit_base/build.props
The file was addedsrc/Tools/jEdit/jedit_base/plugin.props
The file was addedsrc/Tools/jEdit/jedit_base/plugin.scala
The file was addedsrc/Tools/jEdit/jedit_base/services.xml
The file was addedsrc/Tools/jEdit/jedit_main/actions.xml
The file was addedsrc/Tools/jEdit/jedit_main/build.props
The file was addedsrc/Tools/jEdit/jedit_main/dockables.xml
The file was addedsrc/Tools/jEdit/jedit_main/isabelle_sidekick.scala
The file was addedsrc/Tools/jEdit/jedit_main/plugin.props
The file was addedsrc/Tools/jEdit/jedit_main/plugin.scala
The file was addedsrc/Tools/jEdit/jedit_main/scala_console.scala
The file was addedsrc/Tools/jEdit/jedit_main/services.xml
The file was addedsrc/Tools/jEdit/src/base_plugin.scala
The file was addedsrc/Tools/jEdit/src/dockable.scala
The file was addedsrc/Tools/jEdit/src/main.scala
The file was addedsrc/Tools/jEdit/src/main_plugin.scala
The file was addedsrc/Tools/jEdit/src/pide_docking_framework.scala
The file was modified .hgignore
The file was modified Admin/Release/CHECKLIST
The file was modified Admin/Windows/launch4j/isabelle.xml
The file was modified Admin/build
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified bin/isabelle_java
The file was modified etc/settings
The file was modified lib/Tools/java
The file was modified lib/scripts/getfunctions
The file was modified src/Doc/JEdit/JEdit.thy
The file was modified src/Doc/System/Environment.thy
The file was modified src/Doc/System/Scala.thy
The file was modified src/HOL/Tools/etc/settings
The file was modified src/Pure/Admin/build_jedit.scala
The file was modified src/Pure/Admin/build_release.scala
The file was modified src/Pure/Admin/other_isabelle.scala
The file was modified src/Pure/System/isabelle_system.scala
The file was modified src/Pure/System/scala.scala
The file was modified src/Pure/Tools/jedit.ML
The file was modified src/Pure/Tools/scala_project.scala
The file was modified src/Tools/Setup/isabelle/setup/Build.java
The file was modified src/Tools/jEdit/README
The file was modified src/Tools/jEdit/etc/settings
The file was modified src/Tools/jEdit/lib/Tools/jedit
The file was modified src/Tools/jEdit/lib/Tools/jedit_client
The file was modified src/Tools/jEdit/src/debugger_dockable.scala
The file was modified src/Tools/jEdit/src/documentation_dockable.scala
The file was modified src/Tools/jEdit/src/graphview_dockable.scala
The file was modified src/Tools/jEdit/src/info_dockable.scala
The file was modified src/Tools/jEdit/src/isabelle_encoding.scala
The file was modified src/Tools/jEdit/src/jedit_bibtex.scala
The file was modified src/Tools/jEdit/src/jedit_lib.scala
The file was modified src/Tools/jEdit/src/monitor_dockable.scala
The file was modified src/Tools/jEdit/src/output_dockable.scala
The file was modified src/Tools/jEdit/src/protocol_dockable.scala
The file was modified src/Tools/jEdit/src/query_dockable.scala
The file was modified src/Tools/jEdit/src/raw_output_dockable.scala
The file was modified src/Tools/jEdit/src/simplifier_trace_dockable.scala
The file was modified src/Tools/jEdit/src/sledgehammer_dockable.scala
The file was modified src/Tools/jEdit/src/state_dockable.scala
The file was modified src/Tools/jEdit/src/symbols_dockable.scala
The file was modified src/Tools/jEdit/src/syntax_style.scala
The file was modified src/Tools/jEdit/src/syslog_dockable.scala
The file was modified src/Tools/jEdit/src/theories_dockable.scala
The file was modified src/Tools/jEdit/src/timing_dockable.scala
The file was removedsrc/HOL/SPARK/etc/settings
The file was removedsrc/Pure/Tools/main.scala
The file was removedsrc/Pure/build-jars
The file was removedsrc/Tools/jEdit/src-base/Isabelle_Base.props
The file was removedsrc/Tools/jEdit/src-base/dockable.scala
The file was removedsrc/Tools/jEdit/src-base/isabelle_encoding.scala
The file was removedsrc/Tools/jEdit/src-base/jedit_lib.scala
The file was removedsrc/Tools/jEdit/src-base/pide_docking_framework.scala
The file was removedsrc/Tools/jEdit/src-base/plugin.scala
The file was removedsrc/Tools/jEdit/src-base/services.xml
The file was removedsrc/Tools/jEdit/src-base/syntax_style.scala
The file was removedsrc/Tools/jEdit/src/Isabelle.props
The file was removedsrc/Tools/jEdit/src/actions.xml
The file was removedsrc/Tools/jEdit/src/dockables.xml
The file was removedsrc/Tools/jEdit/src/isabelle_sidekick.scala
The file was removedsrc/Tools/jEdit/src/plugin.scala
The file was removedsrc/Tools/jEdit/src/scala_console.scala
The file was removedsrc/Tools/jEdit/src/services.xml
Changeset 73986:13168094175b by wenzelm:
more robust;
The file was modified lib/browser/build
Changeset 73985:eb7112f467a8 by wenzelm:
more portable: avoid Windows CRLF in classpath output;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
The file was modified src/Tools/Setup/isabelle/setup/Setup.java
Changeset 73984:c606a8ff5ccc by wenzelm:
proper lines (amending 59b6f0462086);
The file was modified src/Tools/Setup/isabelle/setup/Library.java
Changeset 73983:e2913fc81142 by wenzelm:
more systematic treatment of encodings;
The file was modified src/Pure/Admin/build_jedit.scala
Changeset 73982:c1277bb04507 by wenzelm:
tuned;
The file was modified src/Pure/Admin/build_jedit.scala
Changeset 73981:84528a343f5f by blanchet:
extended the &#039;corec&#039; format slightly
The file was modified src/HOL/Tools/BNF/bnf_gfp_grec_sugar.ML
Changeset 73980:291f7b5fc7c9 by blanchet:
prefer &#039;xxx&#039; to &#039;xxx.yyy&#039; to &#039;xxx(2)&#039; in Sledgehammer, to some extent
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_fact.ML
Changeset 73979:e5322146e7e8 by blanchet:
tuning
The file was modified src/HOL/TPTP/mash_eval.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_fact.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_mepo.ML
Changeset 73978:906ecb049141 by blanchet:
rephrase Nitpick constraint in more first-order format that&#039;s also more friendly to the &#039;box&#039; option
The file was modified src/HOL/Tools/Nitpick/nitpick_hol.ML
Changeset 73977:2d8a0f8e30ec by blanchet:
correctly translate constructor argument in &#039;primrec&#039;
The file was modified src/HOL/Tools/BNF/bnf_lfp_rec_sugar.ML
Changeset 73976:a5212df98387 by paulson _lp15@cam.ac.uk_:
simplified a few proofs
The file was modified src/HOL/Analysis/Finite_Cartesian_Product.thy
Changeset 73975:8d93f9ca6518 by blanchet:
revisited ac28714b7478: more faithful preplaying with chained facts
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_proof_methods.ML
Changeset 73974:6a0e1c14a8c2 by blanchet:
wait for E 2.7 before using &#039;ite&#039; in HO mode
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_atp_systems.ML
Changeset 73973:f0d231ead660 by blanchet:
added alternative E binary name
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_atp_systems.ML
Changeset 73972:b304285fd800 by blanchet:
parse logical operators in the right order w.r.t. backtracking
The file was modified src/HOL/Tools/ATP/atp_proof.ML
Changeset 73971:96a05b8462f9 by blanchet:
improved warning
The file was modified src/HOL/Tools/ATP/atp_proof.ML
Changeset 73970:34c8cf767fa3 by blanchet:
adjusted E setup to avoid generating FOOL with 2.5 (where &#039;ite&#039; is missing)
The file was modified src/Doc/Sledgehammer/document/root.tex
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_atp_systems.ML
Changeset 73969:ca2a35c0fe6e by haftmann:
operations for symbolic computation of bit operations
The file was modified src/HOL/Library/Bit_Operations.thy
The file was modified src/HOL/Parity.thy
Changeset 73968:0274d442b7ea by haftmann:
proper local context
The file was modified src/HOL/Library/RBT_Set.thy
The file was modified src/Pure/Isar/code.ML
Changeset 73967:90652c0ef969 by wenzelm:
shasum for project meta-info;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73966:472bdccfba62 by wenzelm:
even more strict shasum (amending c9771e1b3223);
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73965:f6862d5f4e7f by wenzelm:
clarified Isabelle meta-info within jar;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73964:c9771e1b3223 by wenzelm:
strict shasum: this is used on input files;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73963:59b6f0462086 by wenzelm:
clarified modules;<br>clarified messages;<br>clarified return code;
The file was addedsrc/Tools/Setup/isabelle/setup/Exn.java
The file was addedsrc/Tools/Setup/isabelle/setup/Library.java
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified Admin/lib/Tools/build_setup
The file was modified src/Pure/General/exn.scala
The file was modified src/Pure/System/command_line.scala
The file was modified src/Pure/library.scala
The file was modified src/Tools/Setup/isabelle/setup/Environment.java
The file was modified src/Tools/Setup/isabelle/setup/Setup.java
Changeset 73962:5351719ab2a0 by wenzelm:
support for command-line operations;
The file was modified src/Tools/Setup/isabelle/setup/Setup.java
Changeset 73961:f090787bb4c4 by wenzelm:
operations for all components;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73960:027f837d18ee by wenzelm:
clarified signature;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
The file was modified src/Tools/Setup/isabelle/setup/Environment.java
Changeset 73959:e17f76705cee by wenzelm:
merged
Changeset 73958:262dc3bafd15 by wenzelm:
rebuild component;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
Changeset 73957:110a027a5473 by wenzelm:
expand file paths, e.g. to allow $ISABELLE_HOME, $ISABELLE_HOME_USER;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73956:ac1884965dc8 by wenzelm:
support expand_platform_path, which is reminiscent of isabelle.Path.expand;
The file was modified src/Tools/Setup/isabelle/setup/Environment.java
Changeset 73955:2b9ae1aa9257 by wenzelm:
skip scalac for Java build;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73954:a3a64aab815a by wenzelm:
support mixed Scala/Java build;<br>clarified scalac/javac options;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73953:0b5e6851c722 by wenzelm:
clarified javac options;
The file was modified Admin/lib/Tools/build_setup
The file was modified etc/settings
Changeset 73952:74ab1fb470a3 by wenzelm:
clarified syntax: similar to URL;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73951:f209845d3a5d by wenzelm:
clarified signature;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73950:cc49da3003aa by wenzelm:
more robust;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73949:714c267bb6fa by wenzelm:
more robust;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73948:731ab64bae97 by wenzelm:
more compiler_deps via &quot;requirements&quot;, notably jar list from settings;<br>proper Files.createDirectories;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73947:75b29d65228e by wenzelm:
clarified component settings;
The file was modified Admin/components/components.sha1
The file was modified Admin/components/main
The file was modified src/Pure/Admin/build_jedit.scala
The file was modified src/Tools/jEdit/lib/Tools/jedit
The file was modified src/Tools/jEdit/src/plugin.scala
Changeset 73946:4d4c806cb7c8 by wenzelm:
clarified shasum: sources / resources within jar;
The file was modified src/Tools/Setup/isabelle/setup/Build.java
Changeset 73945:e61add9d5b5e by wenzelm:
tuned signature;
The file was modified src/Pure/Admin/isabelle_cronjob.scala
The file was modified src/Pure/General/file.scala
The file was modified src/Pure/General/path.scala
The file was modified src/Pure/System/isabelle_system.scala
The file was modified src/Pure/Thy/sessions.scala
Changeset 73944:3cee9d20308e by wenzelm:
clarified modules;
The file was addedsrc/Tools/Setup/isabelle/setup/Build.java
The file was modified Admin/lib/Tools/build_setup
The file was removedsrc/Tools/Setup/isabelle/setup/Build_Scala.java
Changeset 73943:3aace56d282e by desharna:
merged
Changeset 73942:57423714c29d by desharna:
fixed HOL-TPTP following f58108b7a60c
The file was modified src/HOL/TPTP/MaSh_Export_Base.thy
The file was modified src/HOL/TPTP/atp_theory_export.ML
The file was modified src/HOL/TPTP/mash_eval.ML
The file was modified src/HOL/TPTP/mash_export.ML
Changeset 73941:bec00c7ef8dd by desharna:
documented Sledgehammer option &quot;induction_rules&quot;
The file was modified src/Doc/Sledgehammer/document/root.tex
Changeset 73940:f58108b7a60c by desharna:
refactored Sledgehammer option &quot;induction_rules&quot;
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_commands.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_fact.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_prover.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_tactics.ML
Changeset 73939:9231ea46e041 by desharna:
promoted &quot;sledgehammer_instantiate_inducts&quot; to proper option &quot;induction_rules&quot;
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_commands.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_fact.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_mash.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_prover.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_prover_minimize.ML
The file was modified src/HOL/Tools/Sledgehammer/sledgehammer_tactics.ML
Changeset 73938:76dbf39a708d by fabian huch _huch@in.tum.de_:
jenkins: add pre/post-hook results for benchmark
The file was modified Admin/jenkins/build/ci_build_benchmark.scala
Changeset 73937:fe8d0f4da0e6 by kevin kappelmann _kevin.kappelmann@tum.de_:
remove SpecCheck; it is now part of the AFP
The file was modified src/Tools/ROOT
The file was removedsrc/Tools/Spec_Check/Examples.thy
The file was removedsrc/Tools/Spec_Check/README
The file was removedsrc/Tools/Spec_Check/Spec_Check.thy
The file was removedsrc/Tools/Spec_Check/base_generator.ML
The file was removedsrc/Tools/Spec_Check/gen_construction.ML
The file was removedsrc/Tools/Spec_Check/generator.ML
The file was removedsrc/Tools/Spec_Check/output_style.ML
The file was removedsrc/Tools/Spec_Check/property.ML
The file was removedsrc/Tools/Spec_Check/random.ML
The file was removedsrc/Tools/Spec_Check/spec_check.ML

Summary

  1. compile
  2. more realistic timeout: 50min CPU time;
  3. Minor changes to Finitely_Generated_Abelian_Groups, simplified and extended Dirichlet_L by depending on Finitely_Generated_Abelian_Groups
  4. new entry Finitely_Generated_Abelian_Groups
  5. remove duplicate entry in metadata
  6. more coherent dependencies
  7. fix(Regex_Equivalence) update to new SpecCheck version
  8. operations for symbolic computation of bit operations
  9. fixed Proof_Strategy_Language following Isabelle/f58108b7a60c
  10. SpecCheck now without _ (Regex_Equivalence is still broken)
Changeset 11933:11e377bef9e9 by blanchet:
compile
The file was modified thys/Proof_Strategy_Language/Utils.ML
Changeset 11932:c6645d183e9b by wenzelm:
more realistic timeout: 50min CPU time;
The file was modified thys/MiniSail/ROOT
Changeset 11931:1001c0dfced0 by Joseph Thommes _joseph-thommes@gmx.de_:
Minor changes to Finitely_Generated_Abelian_Groups, simplified and extended Dirichlet_L by depending<br>on Finitely_Generated_Abelian_Groups
The file was modified thys/Dirichlet_L/Multiplicative_Characters.thy
The file was modified thys/Dirichlet_L/ROOT
The file was modified thys/Finitely_Generated_Abelian_Groups/Finitely_Generated_Abelian_Groups.thy
The file was modified thys/Finitely_Generated_Abelian_Groups/General_Auxiliary.thy
The file was modified thys/Finitely_Generated_Abelian_Groups/Generated_Groups_Extend.thy
The file was modified thys/Finitely_Generated_Abelian_Groups/Group_Relations.thy
The file was modified thys/Finitely_Generated_Abelian_Groups/Miscellaneous_Groups.thy
The file was modified thys/Finitely_Generated_Abelian_Groups/Set_Multiplication.thy
The file was removedthys/Dirichlet_L/Group_Adjoin.thy
Changeset 11930:e37ae457c15a by paulson _lp15@cam.ac.uk_:
new entry Finitely_Generated_Abelian_Groups
The file was addedthys/Finitely_Generated_Abelian_Groups/DirProds.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/Finite_And_Cyclic_Groups.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/Finite_Product_Extend.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/Finitely_Generated_Abelian_Groups.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/General_Auxiliary.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/Generated_Groups_Extend.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/Group_Hom.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/Group_Relations.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/IDirProds.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/Miscellaneous_Groups.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/ROOT
The file was addedthys/Finitely_Generated_Abelian_Groups/Set_Multiplication.thy
The file was addedthys/Finitely_Generated_Abelian_Groups/document/root.bib
The file was addedthys/Finitely_Generated_Abelian_Groups/document/root.tex
The file was modified thys/ROOTS
Changeset 11929:aea1cfc63762 by lars hupel _lars.hupel@mytum.de_:
remove duplicate entry in metadata
The file was modified metadata/metadata
Changeset 11928:1ed4c9f5c24d by haftmann:
more coherent dependencies
The file was modified thys/Berlekamp_Zassenhaus/Finite_Field_Record_Based.thy
The file was modified thys/Collections/GenCF/Impl/Impl_Bit_Set.thy
The file was modified thys/Collections/GenCF/Impl/Impl_Uv_Set.thy
The file was modified thys/Mersenne_Primes/Lucas_Lehmer_Code.thy
The file was modified thys/Native_Word/Bits_Integer.thy
The file was modified thys/Native_Word/Code_Symbolic_Bits_Int.thy
The file was modified thys/Native_Word/Code_Target_Bits_Int.thy
The file was modified thys/Native_Word/Code_Target_Word_Base.thy
The file was modified thys/Word_Lib/Bit_Comprehension.thy
The file was modified thys/Word_Lib/Bits_Int.thy
The file was modified thys/Word_Lib/Generic_set_bit.thy
The file was modified thys/Word_Lib/Least_significant_bit.thy
Changeset 11927:44953ff0d822 by kevin kappelmann _kevin.kappelmann@tum.de_:
fix(Regex_Equivalence) update to new SpecCheck version
The file was modified thys/Regex_Equivalence/Benchmark.thy
Changeset 11926:d77834415899 by haftmann:
operations for symbolic computation of bit operations
The file was addedthys/Native_Word/Code_Int_Integer_Conversion.thy
The file was modified thys/Modular_arithmetic_LLL_and_HNF_algorithms/HNF_Mod_Det_Soundness.thy
The file was modified thys/Native_Word/Bits_Integer.thy
The file was modified thys/Native_Word/Code_Symbolic_Bits_Int.thy
The file was modified thys/Native_Word/Code_Target_Bits_Int.thy
The file was modified thys/Native_Word/Code_Target_Word_Base.thy
The file was modified thys/Native_Word/ROOT
The file was modified thys/Word_Lib/Bits_Int.thy
The file was removedthys/Native_Word/More_Bits_Int.thy
Changeset 11925:835c58e469d3 by desharna:
fixed Proof_Strategy_Language following Isabelle/f58108b7a60c
The file was modified thys/Proof_Strategy_Language/Utils.ML
Changeset 11924:e7547e409434 by andreas lochbihler _mail@andreas-lochbihler.de_:
SpecCheck now without _ (Regex_Equivalence is still broken)
The file was modified thys/Regex_Equivalence/Benchmark.thy
The file was modified thys/Regex_Equivalence/ROOT