|
Minotaur 0.4.1
Docs for developers
|
Define the ParMINLPDiving class for diving heuristics for MINLPs. This is a parallel extension of MINLPDiving heuristic in MINOTAUR. More...
#include <cmath>#include <iomanip>#include "MinotaurConfig.h"#include "Constraint.h"#include "Engine.h"#include "Environment.h"#include "Function.h"#include "LinearHandler.h"#include "Logger.h"#include "ParMINLPDiving.h"#include "Node.h"#include "Objective.h"#include "Operations.h"#include "Option.h"#include "ProblemSize.h"#include "SolutionPool.h"#include "Timer.h"#include "VarBoundMod.h"#include "Variable.h"
Define the ParMINLPDiving class for diving heuristics for MINLPs. This is a parallel extension of MINLPDiving heuristic in MINOTAUR.
Implements the class ParMINLPDiving.