| Minotaur 0.4.1
    Docs for developers | 
The Bnb class for solving instances in mps or ampl format (.nl) by using Branch-and-Bound alone. More...
#include <iomanip>#include <iostream>#include "MinotaurConfig.h"#include "Relaxation.h"#include "Solution.h"#include "SppHeur.h"#include "EngineFactory.h"#include "NlWriter.h"#include "Reader.h"#include "Bnb.h"#include "BndProcessor.h"#include "BranchAndBound.h"#include "LexicoBrancher.h"#include "LinFeasPump.h"#include "MINLPDiving.h"#include "MaxFreqBrancher.h"#include "MaxInfBrancher.h"#include "MaxVioBrancher.h"#include "NodeIncRelaxer.h"#include "PCBProcessor.h"#include "Presolver.h"#include "RandomBrancher.h"#include "ReliabilityBrancher.h"#include "TreeManager.h"#include "FixVarsHeur.h"#include "IntVarHandler.h"#include "LinearHandler.h"#include "NlPresHandler.h"#include "RCHandler.h"#include "SOS1Handler.h"#include "SOS2Handler.h"#include "SamplingHeur.h"#include "AMPLHessian.h"#include "AMPLInterface.h"#include "AMPLJacobian.h"
The Bnb class for solving instances in mps or ampl format (.nl) by using Branch-and-Bound alone.