generator  1.2
Classes | Functions
ProjectParameters.h File Reference

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...
 

Detailed Description

The file declares the structure for storing the properties of generated instances.

Author
Libor Bukata

Definition in file ProjectParameters.h.

Function Documentation

bool checkProjectParameters ( const ProjectParameters par)

The function checks that the desired properties of instances are logically correct.

Parameters
parCharacteristics of desired instances retrieved from the configuration file.
Returns
It returns true if the data are correct otherwise false.

Definition at line 25 of file ProjectParameters.cpp.