src/HOL/Tools/etc/options
changeset 74845 91ee232b4211
parent 74409 83d2208252d1
child 74986 fc664e4fbf6d
equal deleted inserted replaced
74844:90242c744a1a 74845:91ee232b4211
    36   -- "URL for SystemOnTPTP service"
    36   -- "URL for SystemOnTPTP service"
    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 = true
    41 public option kodkod_scala : bool = false
    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)"
    46 
    46