summaryrefslogtreecommitdiff
path: root/src/options/smt_options
diff options
context:
space:
mode:
authorTim King <taking@google.com>2017-04-02 19:29:36 -0700
committerTim King <taking@google.com>2017-04-02 19:29:36 -0700
commitf278f060c177593a1835422e688fe2a022c40e2f (patch)
treecc2eaa62bfc4c581643cbd237d93247b8c40134f /src/options/smt_options
parente9f3b6a54e4bf35f915c46d822ed9ee051cc7df3 (diff)
Adding a model based axiom instantiation scheme for multiplication. Merge commit for nlAlgMaster.
Diffstat (limited to 'src/options/smt_options')
-rw-r--r--src/options/smt_options3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options/smt_options b/src/options/smt_options
index 747119344..8f681e57d 100644
--- a/src/options/smt_options
+++ b/src/options/smt_options
@@ -162,4 +162,7 @@ option forceNoLimitCpuWhileDump --force-no-limit-cpu-while-dump bool :default fa
undocumented-option solveIntAsBV --solve-int-as-bv uint32_t :default 0
attempt to solve a pure integer satisfiable problem by bitblasting in sufficient bitwidth (experimental)
+undocumented-option solveRealAsInt --solve-real-as-int bool :default false
+ attempt to solve a pure real satisfiable problem as a integer problem (for non-linear)
+
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback