[Minotaur-dev] [minotaur-solver/minotaur] 7aed06: Adjusted CplexLPEngine warmstarting for new cuts.
Prashant Palkar
noreply at github.com
Mon Sep 9 05:06:24 CDT 2019
Branch: refs/heads/master
Home: https://github.com/minotaur-solver/minotaur
Commit: 7aed069cce395a742960589ea62561890ba5c83b
https://github.com/minotaur-solver/minotaur/commit/7aed069cce395a742960589ea62561890ba5c83b
Author: ppalkar <ppalkar.iitb at gmail.com>
Date: 2019-09-09 (Mon, 09 Sep 2019)
Changed paths:
M src/engines/Cplex/CplexLPEngine.cpp
M src/engines/Cplex/CplexLPEngine.h
M src/engines/Cplex/CplexMILPEngine.cpp
Log Message:
-----------
Adjusted CplexLPEngine warmstarting for new cuts.
The stored warmstart array for constraints in CplexLPEngine might be
outdated if new cuts are added to the problem. We adjust the size of
this array and assign a default value 1 (assuming that associated
slack, surplus, or artificial variable is basic) for the new cut.
Commit: 2b372b6ddc1920a0501065c77fc02c96ff632501
https://github.com/minotaur-solver/minotaur/commit/2b372b6ddc1920a0501065c77fc02c96ff632501
Author: ppalkar <ppalkar.iitb at gmail.com>
Date: 2019-09-09 (Mon, 09 Sep 2019)
Changed paths:
M src/base/Linearizations.cpp
M src/base/Linearizations.h
Log Message:
-----------
Merge branch 'master' of ssh://github.com/ashutoshmahajan/minotaur
Compare: https://github.com/minotaur-solver/minotaur/compare/8be4417e8ad9...2b372b6ddc19
More information about the Minotaur-dev
mailing list