aboutsummaryrefslogtreecommitdiff
path: root/plugins/micromega/certificate.ml
diff options
context:
space:
mode:
authorBESSON Frederic2021-01-22 22:13:22 +0100
committerBESSON Frederic2021-01-22 22:13:22 +0100
commit641f783cb50c7dd24e23bb44b2fcfb46d0356598 (patch)
tree41d6f6999481f0868b1d9320f768dfa3218762fe /plugins/micromega/certificate.ml
parent5986422fe75d017f75a0223f348d264638c1e33c (diff)
[micromega] Deprecate hopefully useless options and flags
The goal is to eventually only use the Simplex solver and remove all the code needed for fourier elimination.
Diffstat (limited to 'plugins/micromega/certificate.ml')
-rw-r--r--plugins/micromega/certificate.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/micromega/certificate.ml b/plugins/micromega/certificate.ml
index 74d5374193..ed608bb1df 100644
--- a/plugins/micromega/certificate.ml
+++ b/plugins/micromega/certificate.ml
@@ -28,7 +28,7 @@ open Q.Notations
open Mutils
let use_simplex =
- Goptions.declare_bool_option_and_ref ~depr:false ~key:["Simplex"] ~value:true
+ Goptions.declare_bool_option_and_ref ~depr:true ~key:["Simplex"] ~value:true
(* If set to some [file], arithmetic goals are dumped in [file].v *)