|
MeshKit
1.0
|
#include <IPData.hpp>
Public Member Functions | |
| IPData () | |
| virtual | ~IPData () |
| void | initialize (const std::vector< double > &relaxed_solution) |
| void | constrain_integer (const int i_nonint, const int x_bound) |
Public Attributes | |
| std::vector< int > | varIntegerBound |
| std::vector< int > | oldBound |
| std::vector< double > | relaxedSolution |
Definition at line 18 of file IPData.hpp.
| IPData | ( | ) | [inline] |
default constructor
Definition at line 22 of file IPData.hpp.
| virtual ~IPData | ( | ) | [inline, virtual] |
default destructor
Definition at line 25 of file IPData.hpp.
| void constrain_integer | ( | const int | i_nonint, |
| const int | x_bound | ||
| ) |
Definition at line 22 of file IPData.cpp.
| void initialize | ( | const std::vector< double > & | relaxed_solution | ) |
Definition at line 10 of file IPData.cpp.
| std::vector<int> oldBound |
Definition at line 30 of file IPData.hpp.
| std::vector<double> relaxedSolution |
Definition at line 31 of file IPData.hpp.
| std::vector<int> varIntegerBound |
Definition at line 29 of file IPData.hpp.