summaryrefslogtreecommitdiff
path: root/src/theory/strings/options
diff options
context:
space:
mode:
authorTianyi Liang <tianyi-liang@uiowa.edu>2013-10-16 13:24:56 -0500
committerTianyi Liang <tianyi-liang@uiowa.edu>2013-10-16 13:24:56 -0500
commit7284a228b22fb82740faf2abdfe5cb3fc3894ae9 (patch)
treeacde6fc0f87b72bf848abb4ade1984fb1a17ff73 /src/theory/strings/options
parent04868401c51b7f29c2b43ebc508dea59769dae93 (diff)
adds fmf for strings
Diffstat (limited to 'src/theory/strings/options')
-rw-r--r--src/theory/strings/options2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/options b/src/theory/strings/options
index 58cbbc1b1..2832c7833 100644
--- a/src/theory/strings/options
+++ b/src/theory/strings/options
@@ -11,7 +11,7 @@ option stringCharCardinality str-alphabet-card --str-alphabet-card=N int16_t :de
option stringRegExpUnrollDepth str-regexp-depth --str-regexp-depth=N int16_t :default 10 :read-write
the depth of unrolloing regular expression used by the theory of strings, default 10
-option stringFMF strings-fmf --str-fmf bool :default false
+option stringFMF fmf-strings --fmf-strings bool :default false
the finite model finding used by the theory of strings
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback