projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0c0b8
)
Use useBland option in FCSimplexDecisionProcedure (#2405)
author
Andres Noetzli
<andres.noetzli@gmail.com>
Thu, 30 Aug 2018 17:22:47 +0000
(10:22 -0700)
committer
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Thu, 30 Aug 2018 17:22:47 +0000
(12:22 -0500)
src/theory/arith/fc_simplex.h
patch
|
blob
|
history
diff --git
a/src/theory/arith/fc_simplex.h
b/src/theory/arith/fc_simplex.h
index 9fa666f95ed25b237c3584576ed578bf86cd1b54..0fc646151d26bf62a19400956951df20512d5ee1 100644
(file)
--- a/
src/theory/arith/fc_simplex.h
+++ b/
src/theory/arith/fc_simplex.h
@@
-196,7
+196,6
@@
private:
LinearEqualityModule::VarPreferenceFunction bpf = useBlands ?
&LinearEqualityModule::minVarOrder :
&LinearEqualityModule::minRowLength;
- bpf = &LinearEqualityModule::minVarOrder;
return selectPrimalUpdate(basic, upf, bpf);
}