#include "standard.h"
#include "problem.h"
#include "cuts.h"
#include "boxfind.h"
Go to the source code of this file.
Classes | |
class | LinearRelax |
A linear relaxation. More... | |
class | LinearRelax::LinConstraint |
Class to represent a linear (block) constraint. More... | |
class | LinearRelaxSolver |
An abstract solver for the linear relaxation. More... | |
class | LinearRelaxSolverGeneral |
A general solver for the LinearRelaxation, which constructs a MinlpProblem and uses LocOpt::get_lp_solver to solve it. More... | |
class | LinearRelaxSolverMIP |