Minotaur 0.4.1
Docs for developers
|
Implement the methods of CutMan2 class. More...
#include <cmath>
#include <iostream>
#include "MinotaurConfig.h"
#include "Cut.h"
#include "CutMan2.h"
#include "Constraint.h"
#include "Engine.h"
#include "Environment.h"
#include "Function.h"
#include "LinearFunction.h"
#include "Logger.h"
#include "Node.h"
#include "Problem.h"
#include "ProblemSize.h"
#include "Relaxation.h"
#include "Solution.h"
#include "SolutionPool.h"
#include "Timer.h"
#include "Types.h"
#include "Variable.h"
Typedefs | |
typedef std::list< CutPtr >::const_iterator | CCIter |
typedef std::vector< ConstraintPtr >::const_iterator | ConstIter |
Implement the methods of CutMan2 class.