[Minotaur-dev] [minotaur-solver/minotaur] f18b12: Avoid recursion in ParTreeManager (as in TreeManag...
Prashant Palkar
noreply at github.com
Mon Dec 23 04:38:09 CST 2019
Branch: refs/heads/master
Home: https://github.com/minotaur-solver/minotaur
Commit: f18b121d66f030ac9df1b91280328c9beff1a70e
https://github.com/minotaur-solver/minotaur/commit/f18b121d66f030ac9df1b91280328c9beff1a70e
Author: ppalkar <ppalkar.iitb at gmail.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M src/base/ParTreeManager.cpp
M src/base/ParTreeManager.h
Log Message:
-----------
Avoid recursion in ParTreeManager (as in TreeManager).
Commit: e7a1337597d6b9f1dc43eba3fc55927b927235a5
https://github.com/minotaur-solver/minotaur/commit/e7a1337597d6b9f1dc43eba3fc55927b927235a5
Author: ppalkar <ppalkar.iitb at gmail.com>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M src/engines/Cplex/CplexMILPEngine.cpp
Log Message:
-----------
Setting Cplex parallel mode to opportunistic in LSTOA.
For lazy cuts callback algorithm (LSTOA), Cplex was automatically
selecting the deterministic mode for parallel tree search. With the
callback function thread-safe now, the opportunistic mode can be
utilized.
Compare: https://github.com/minotaur-solver/minotaur/compare/2e02fb3e380f...e7a1337597d6
More information about the Minotaur-dev
mailing list