#include "BonHeuristicDive.hpp"
#include "CoinHelperFunctions.hpp"
#include "CbcModel.hpp"
#include "OsiAuxInfo.hpp"
#include "CoinTime.hpp"
#include <fstream>
#include <iomanip>
Go to the source code of this file.
Namespaces | |
Bonmin | |
Define an n-way class for variables. | |
Functions | |
bool | Bonmin::isNlpFeasible (TMINLP2TNLP *minlp, const double primalTolerance) |
checks if the NLP relaxation of the problem is feasible More... | |
void | Bonmin::adjustPrimalTolerance (TMINLP2TNLP *minlp, double &primalTolerance) |
Adjusts the primalTolerance in case some of the constraints are violated. More... | |