AliceVision
Photogrammetric Computer Vision Framework
Public Types | Public Attributes | List of all members
aliceVision::linearProgramming::LPConstraints Struct Reference

#include <ISolver.hpp>

Public Types

enum  eLP_SIGN { LP_LESS_OR_EQUAL = 1, LP_GREATER_OR_EQUAL = 2, LP_EQUAL = 3, LP_FREE = 4 }
 

Public Attributes

int _nbParams
 
Mat _constraintMat
 
Vec _Cst_objective
 
std::vector< eLP_SIGN > _vec_sign
 
std::vector< std::pair< double, double > > _vec_bounds
 
bool _bminimize
 
std::vector< double > _vec_cost
 

Detailed Description

Generic container for LP (Linear Programming problems). Embed :


The documentation for this struct was generated from the following file: