src/HOL/Tools/etc/options
changeset 72196 6dba090358d2
parent 68563 05fb05f94686
child 72200 edaed30360cc
equal deleted inserted replaced
72195:16f2288b30cf 72196:6dba090358d2
    35 public option vampire_noncommercial : string = "unknown"
    35 public option vampire_noncommercial : string = "unknown"
    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 
       
    41 public option kodkod_scala : bool = false
       
    42   -- "invoke Nitpick/Kodkod via Isabelle/Scala (instead of external process)"