solver
Cone.hpp File Reference

ECOS - Embedded Conic Solver. More...

#include <memory>
#include <vector>
#include <iostream>
#include <Eigen/Sparse>
#include <solver/interface/SolverSetting.hpp>
Include dependency graph for Cone.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  solver::ScalingOperator
 
class  solver::NesterovToddScaling
 This class performs appropriate scalings of the cone variables. More...
 
class  solver::Cone
 This class contains all information about the conic optimization problem, and provides functionality for conic operations, such as scalings, residuals and sizes. More...
 
class  solver::Vector
 Helper class to work with optimization variables, lay down in normal order. More...
 
class  solver::ConicVector
 Helper class to work with variables, which are members of a proper convex cone. More...
 
class  solver::ExtendedVector
 Helper class to work with optimization variables, lay down in an extended order. More...
 
class  solver::OptimizationVector
 Helper class to define an optimization vector, including primal and dual variables, and variables to render the optimization problem homogeneous. More...
 
class  solver::SolverStorage
 Class that provides storage space for the optimization matrices, vectors and variables. More...
 

Detailed Description

ECOS - Embedded Conic Solver.

Author
A. Domahidi [domah.nosp@m.idi@.nosp@m.embot.nosp@m.ech..nosp@m.com]
License:
(new license) License BSD-3-Clause
Date
2012-2015 Modified to c++ code by New York University and Max Planck Gesellschaft, 2017