Fix bv options doc.
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 26 Sep 2014 12:00:18 +0000 (08:00 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 26 Sep 2014 12:16:53 +0000 (08:16 -0400)
src/theory/bv/options

index 81d88421b00466f503ac5980c168f5015a551a1a..a9c3b0f0802259daed75152f9f48d526c9403ede 100644 (file)
@@ -15,7 +15,7 @@ option bitblastMode bitblast --bitblast=MODE CVC4::theory::bv::BitblastMode :han
 option bitvectorAig --bitblast-aig bool :default false :predicate CVC4::theory::bv::abcEnabledBuild :predicate-include "theory/bv/options_handlers.h" :read-write :link --bitblast=eager :link --bv-aig-simp="balance;drw"
  bitblast by first converting to AIG (only if --bitblast=eager)
 
-expert-option bitvectorAigSimplifications --bv-aig-simp=FILE std::string :default "" :predicate CVC4::theory::bv::abcEnabledBuild :read-write :link --bitblast-aig
+expert-option bitvectorAigSimplifications --bv-aig-simp=COMMAND std::string :default "" :predicate CVC4::theory::bv::abcEnabledBuild :read-write :link --bitblast-aig
  abc command to run AIG simplifications
 
 # Options for lazy bit-blasting