#include <MultiRegSol.h>
Public Member Functions | |
| MultiRegOut () | |
| Null constructor. | |
| MultiRegOut (BiRegSol &B, Observation &O) | |
| Complete constructor. | |
| MultiRegOut (const MultiRegOut &A) | |
| Copy constructor. | |
| MultiRegOut | operator= (MultiRegOut &A) |
| Assignment operator =. | |
| ~MultiRegOut () | |
| Destructor. | |
| string | print () |
| Print function. | |
| int | findRob (int id) |
| Finds the i-th robot. Find the index of the element of the biRegSol which contains the robot with the selected id. | |
Public Attributes | |
| BiRegSol | biRegSol |
| Observation | sites |
| MipAlgorithms::MultiRegOut::MultiRegOut | ( | ) |
Null constructor.
| MipAlgorithms::MultiRegOut::MultiRegOut | ( | BiRegSol & | B, | |
| Observation & | O | |||
| ) |
Complete constructor.
| MipAlgorithms::MultiRegOut::MultiRegOut | ( | const MultiRegOut & | A | ) |
Copy constructor.
| MipAlgorithms::MultiRegOut::~MultiRegOut | ( | ) |
Destructor.
| MultiRegOut MipAlgorithms::MultiRegOut::operator= | ( | MultiRegOut & | A | ) |
Assignment operator =.
| string MipAlgorithms::MultiRegOut::print | ( | ) |
Print function.
| int MipAlgorithms::MultiRegOut::findRob | ( | int | id | ) |
Finds the i-th robot. Find the index of the element of the biRegSol which contains the robot with the selected id.
| id | the id of the robot |
1.5.6