Skip to content
Snippets Groups Projects
Commit 7bf317ef authored by Michele Alberti's avatar Michele Alberti
Browse files

Property verification is not for NN only.

parent 587de126
No related branches found
No related tags found
No related merge requests found
...@@ -133,9 +133,7 @@ let config_cmd = ...@@ -133,9 +133,7 @@ let config_cmd =
let verify_cmd = let verify_cmd =
let cmdname = "verify" in let cmdname = "verify" in
let doc = let doc = "Property verification using external provers." in
"Property verification of neural networks using external provers."
in
let info = let info =
Cmd.info cmdname ~sdocs:Manpage.s_common_options ~exits:Cmd.Exit.defaults Cmd.info cmdname ~sdocs:Manpage.s_common_options ~exits:Cmd.Exit.defaults
~doc ~doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment