PandA-2024.02
Public Member Functions | Protected Attributes | Friends
problem_dim Class Referenceabstract

#include <problem_dim.hpp>

Public Member Functions

 problem_dim (meilp_solverRef ms)
 
virtual void print (std::ostream &os) const =0
 
virtual ~problem_dim ()
 

Protected Attributes

const meilp_solverRef MS
 store the ilp_solver. More...
 

Friends

std::ostream & operator<< (std::ostream &os, const problem_dim &pd)
 

Detailed Description

Definition at line 62 of file problem_dim.hpp.

Constructor & Destructor Documentation

◆ problem_dim()

problem_dim::problem_dim ( meilp_solverRef  ms)
explicit

Definition at line 50 of file problem_dim.cpp.

References ~problem_dim().

Here is the call graph for this function:

◆ ~problem_dim()

problem_dim::~problem_dim ( )
virtualdefault

Referenced by problem_dim().

Here is the caller graph for this function:

Member Function Documentation

◆ print()

virtual void problem_dim::print ( std::ostream &  os) const
pure virtual

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const problem_dim pd 
)
friend

Definition at line 73 of file problem_dim.hpp.

Field Documentation

◆ MS

const meilp_solverRef problem_dim::MS
protected

store the ilp_solver.

Used to set the type of the column. X variables are binary, while Z and W are integers

Definition at line 66 of file problem_dim.hpp.


The documentation for this class was generated from the following files:

Generated on Mon Feb 12 2024 13:04:01 for PandA-2024.02 by doxygen 1.8.13