From 6d04d6daff575a7e48eb88124faefadfadf727f4 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Thu, 30 Aug 2018 10:22:47 -0700 Subject: [PATCH] Use useBland option in FCSimplexDecisionProcedure (#2405) --- src/theory/arith/fc_simplex.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/theory/arith/fc_simplex.h b/src/theory/arith/fc_simplex.h index 9fa666f95..0fc646151 100644 --- 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); } -- 2.30.2