#include <StructJuMPInput.h>
 | 
| std::map< int, int >  | nvar_map | 
|   | 
| std::map< int, int >  | ncon_map | 
|   | 
| std::map< int, std::vector< double > >  | collb_map | 
|   | 
| std::map< int, std::vector< double > >  | colub_map | 
|   | 
| std::map< int, std::vector< double > >  | rowlb_map | 
|   | 
| std::map< int, std::vector< double > >  | rowub_map | 
|   | 
| std::map< int, int >  | e_ncon_map | 
|   | 
| std::map< int, int >  | i_ncon_map | 
|   | 
| CoinPackedMatrix  | amat | 
|   | 
| bool  | isAmat | 
|   | 
| std::map< int, CoinPackedMatrix >  | wmat_map | 
|   | 
| std::map< int, CoinPackedMatrix >  | tmat_map | 
|   | 
| CoinPackedMatrix  | qamat | 
|   | 
| bool  | isQamat | 
|   | 
| std::map< int, CoinPackedMatrix >  | qwmat_map | 
|   | 
| std::map< int, CoinPackedMatrix >  | qtmat_map | 
|   | 
| std::vector< double >  | linklb | 
|   | 
| std::vector< double >  | linkub | 
|   | 
| int  | mlink | 
|   | 
| int  | e_ml | 
|   | 
| int  | i_ml | 
|   | 
| std::map< int, CoinPackedMatrix >  | Emat_map | 
|   | 
      
        
          | StructJuMPInput::~StructJuMPInput  | 
          ( | 
           | ) | 
           | 
        
      
 
 
  
  
      
        
          | bool StructJuMPInput::allProbabilitiesEqual  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | bool StructJuMPInput::continuousRecourse  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
      
        
          | void StructJuMPInput::get_prob_info  | 
          ( | 
          int  | 
          nodeid | ) | 
           | 
        
      
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getFirstStageColLB  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< std::string > StructJuMPInput::getFirstStageColNames  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getFirstStageColUB  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::getFirstStageConstraints  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::getFirstStageHessian  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getFirstStageObj  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getFirstStageRowLB  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< std::string > StructJuMPInput::getFirstStageRowNames  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getFirstStageRowUB  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::getLinkingConstraints  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::getLinkMatrix  | 
          ( | 
          int  | 
          nodeid | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getLinkRowLB  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getLinkRowUB  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getSecondStageColLB  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< std::string > StructJuMPInput::getSecondStageColNames  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getSecondStageColUB  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::getSecondStageConstraints  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::getSecondStageCrossHessian  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::getSecondStageHessian  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getSecondStageObj  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getSecondStageRowLB  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< std::string > StructJuMPInput::getSecondStageRowNames  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | std::vector< double > StructJuMPInput::getSecondStageRowUB  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | bool StructJuMPInput::isFirstStageColInteger  | 
          ( | 
          int  | 
          col | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | bool StructJuMPInput::isSecondStageColInteger  | 
          ( | 
          int  | 
          scen,  | 
         
        
           | 
           | 
          int  | 
          col  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::nFirstStageCons  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::nFirstStageVars  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | virtual int StructJuMPInput::nLinkCons  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual int StructJuMPInput::nLinkECons  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | virtual int StructJuMPInput::nLinkICons  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::nScenarios  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::nSecondStageCons  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::nSecondStageVars  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | bool StructJuMPInput::onlyBoundsVary  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | bool StructJuMPInput::scenarioDimensionsEqual  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | double StructJuMPInput::scenarioProbability  | 
          ( | 
          int  | 
          scen | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::amat | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, std::vector<double> > StructJuMPInput::collb_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, std::vector<double> > StructJuMPInput::colub_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::e_ml | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, int> StructJuMPInput::e_ncon_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int,CoinPackedMatrix> StructJuMPInput::Emat_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::i_ml | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, int> StructJuMPInput::i_ncon_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | bool StructJuMPInput::isAmat | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | bool StructJuMPInput::isQamat | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::vector<double> StructJuMPInput::linklb | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::vector<double> StructJuMPInput::linkub | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | int StructJuMPInput::mlink | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, int> StructJuMPInput::ncon_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, int> StructJuMPInput::nvar_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | CoinPackedMatrix StructJuMPInput::qamat | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, CoinPackedMatrix> StructJuMPInput::qtmat_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, CoinPackedMatrix> StructJuMPInput::qwmat_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, std::vector<double> > StructJuMPInput::rowlb_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, std::vector<double> > StructJuMPInput::rowub_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, CoinPackedMatrix> StructJuMPInput::tmat_map | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::map<int, CoinPackedMatrix> StructJuMPInput::wmat_map | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: