PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim::LPUtilties::Simplex::PrimalResult Struct Reference

#include <LPUtilities.hpp>

Public Types

enum struct  ExitValue { SUCCESS = 1 , UNBOUNDED = 2 , NOSLACK = 3 , MAXIT = 4 }
 

Public Attributes

Eigen::VectorXd solution
 
double cost_value
 
Eigen::VectorXd solution_final
 
ExitValue exit_value = ExitValue::UNBOUNDED
 

Member Enumeration Documentation

◆ ExitValue

Enumerator
SUCCESS 
UNBOUNDED 
NOSLACK 
MAXIT 

Member Data Documentation

◆ cost_value

double Gedim::LPUtilties::Simplex::PrimalResult::cost_value

◆ exit_value

ExitValue Gedim::LPUtilties::Simplex::PrimalResult::exit_value = ExitValue::UNBOUNDED

◆ solution

Eigen::VectorXd Gedim::LPUtilties::Simplex::PrimalResult::solution

◆ solution_final

Eigen::VectorXd Gedim::LPUtilties::Simplex::PrimalResult::solution_final

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