src/HOL/Tools/etc/options
changeset 72299 0c7a74a1c6d9
parent 72200 edaed30360cc
child 72988 52ba78df4088
equal deleted inserted replaced
72298:a540283d6b58 72299:0c7a74a1c6d9
     6   -- "initial delay for automatically tried tools (seconds)"
     6   -- "initial delay for automatically tried tools (seconds)"
     7 
     7 
     8 public option auto_time_limit : real = 2.0
     8 public option auto_time_limit : real = 2.0
     9   -- "time limit for automatically tried tools (seconds > 0)"
     9   -- "time limit for automatically tried tools (seconds > 0)"
    10 
    10 
    11 public option auto_nitpick : bool = false
    11 public option auto_nitpick : bool = true
    12   -- "run Nitpick automatically"
    12   -- "run Nitpick automatically"
    13 
    13 
    14 public option auto_sledgehammer : bool = false
    14 public option auto_sledgehammer : bool = false
    15   -- "run Sledgehammer automatically"
    15   -- "run Sledgehammer automatically"
    16 
    16 
    36   -- "status of Vampire activation for noncommercial use (yes, no, unknown)"
    36   -- "status of Vampire activation for noncommercial use (yes, no, unknown)"
    37 
    37 
    38 public option MaSh : string = "sml"
    38 public option MaSh : string = "sml"
    39   -- "machine learning algorithm to use by Sledgehammer (nb_knn, nb, knn, none)"
    39   -- "machine learning algorithm to use by Sledgehammer (nb_knn, nb, knn, none)"
    40 
    40 
    41 public option kodkod_scala : bool = false
    41 public option kodkod_scala : bool = true
    42   -- "invoke Nitpick/Kodkod via Isabelle/Scala (instead of external process)"
    42   -- "invoke Nitpick/Kodkod via Isabelle/Scala (instead of external process)"
    43 
    43 
    44 public option kodkod_max_threads : int = 0
    44 public option kodkod_max_threads : int = 0
    45   -- "default max_threads for Nitpick/Kodkod (0: maximum of Java/Scala platform)"
    45   -- "default max_threads for Nitpick/Kodkod (0: maximum of Java/Scala platform)"