Project

General

Profile

« Previous | Next » 

Revision 5fe9fe22

Added by Teme Kahsai almost 8 years ago

changed name from -horn-queries to -horn-query

View differences:

src/options.ml
37 37

  
38 38
let horntraces = ref false
39 39
let horn_cex = ref false
40
let horn_queries = ref true
40
let horn_query = ref true
41 41

  
42 42

  
43 43
let options =
......
56 56
    "-horn", Arg.Unit (fun () -> output := "horn"), "generates Horn clauses encoding output instead of C";
57 57
    "-horn-traces", Arg.Unit (fun () -> output := "horn"; traces:=true), "produce traceability file for Horn backend. Enable the horn backend.";
58 58
    "-horn-cex", Arg.Unit (fun () -> output := "horn"; horn_cex:=true), "generate cex enumeration. Enable the horn backend (work in progress)";
59
    "-horn-queries", Arg.Unit (fun () -> output := "horn"; horn_queries:=true), "generate queries in generated Horn file. Enable the horn backend (work in progress)";
59
    "-horn-query", Arg.Unit (fun () -> output := "horn"; horn_query:=true), "generate queries in generated Horn file. Enable the horn backend (work in progress)";
60 60
    "-print_reuse", Arg.Set print_reuse, "prints variable reuse policy";
61 61
    "-lustre", Arg.Unit (fun () -> output := "lustre"), "generates Lustre output, performing all active optimizations";
62 62
    "-inline", Arg.Set global_inline, "inline all node calls (require a main node)";

Also available in: Unified diff