[Minotaur-dev] [minotaur-solver/minotaur] eb25b9: Disabling warm starting in Cplex LP Engine.
Prashant Palkar
noreply at github.com
Sat Oct 5 01:38:45 CDT 2019
Branch: refs/heads/master
Home: https://github.com/minotaur-solver/minotaur
Commit: eb25b9cf9059d6b1aa6ee35b8c6b01ff1e57adfe
https://github.com/minotaur-solver/minotaur/commit/eb25b9cf9059d6b1aa6ee35b8c6b01ff1e57adfe
Author: ppalkar <ppalkar.iitb at gmail.com>
Date: 2019-10-05 (Sat, 05 Oct 2019)
Changed paths:
M src/engines/Cplex/CplexLPEngine.cpp
M src/engines/Cplex/CplexLPEngine.h
Log Message:
-----------
Disabling warm starting in Cplex LP Engine.
Found through some experiments that storing the duals for
constraints and variables and using them for the next solve is
not practically helping, so commented out the relevant code.
More information about the Minotaur-dev
mailing list