|
generator
1.2
|
The file declares the structure for storing the properties of generated instances. More...
#include <cmath>#include <iostream>#include <limits>#include <vector>#include <stdint.h>#include "Interval.h"
Include dependency graph for ProjectParameters.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ProjectParameters |
| The structure with desired properties for the generated instances. More... | |
Functions | |
| bool | checkProjectParameters (const ProjectParameters &par) |
| The function checks that the desired properties of instances are logically correct. More... | |
The file declares the structure for storing the properties of generated instances.
Definition in file ProjectParameters.h.
| bool checkProjectParameters | ( | const ProjectParameters & | par | ) |
The function checks that the desired properties of instances are logically correct.
| par | Characteristics of desired instances retrieved from the configuration file. |
Definition at line 25 of file ProjectParameters.cpp.
1.8.9.1