Camargue
Public Types | Public Member Functions | Public Attributes | List of all members
CMR::LP::Basis Struct Reference

Row and column basic statuses corresponding to some LP solution. More...

#include <lp_util.hpp>

Public Types

using Ptr = std::unique_ptr< Basis >
 

Public Member Functions

 Basis (Basis &&B) noexcept
 
Basisoperator= (Basis &&B) noexcept
 
bool empty () const
 Is the basis empty/invalid.
 

Public Attributes

std::vector< int > colstat
 Column statuses.
 
std::vector< int > rowstat
 Row statuses.
 

Detailed Description

Row and column basic statuses corresponding to some LP solution.


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