[Minotaur-dev] [minotaur-solver/minotaur] 30d52a: Adding functions to accumulate stats in parallel a...
Prashant Palkar
noreply at github.com
Fri Nov 22 03:40:04 CST 2019
Branch: refs/heads/master
Home: https://github.com/minotaur-solver/minotaur
Commit: 30d52a7d231924aed838bd4a5c31216a04b8f15f
https://github.com/minotaur-solver/minotaur/commit/30d52a7d231924aed838bd4a5c31216a04b8f15f
Author: ppalkar <ppalkar.iitb at gmail.com>
Date: 2019-11-22 (Fri, 22 Nov 2019)
Changed paths:
M src/algorithms/McQG.cpp
M src/base/Engine.h
M src/engines/Cplex/CplexLPEngine.cpp
M src/engines/Cplex/CplexLPEngine.h
M src/engines/Ipopt/IpoptEngine.cpp
M src/engines/Ipopt/IpoptEngine.h
M src/engines/OsiLP/OsiLPEngine.cpp
M src/engines/OsiLP/OsiLPEngine.h
Log Message:
-----------
Adding functions to accumulate stats in parallel algorithms.
Two (temporary) vectors are created in McQG to store accumulated
statistics from copies of LP and NLP engines. Corresponding functions
have also been added in Engine (base class), CplexLP. OsiLP and Ipopt
engine classes.
More information about the Minotaur-dev
mailing list