27 function<bool(const Interval<double>&)> negativeInterval = [](
const Interval<double>& i) {
return i.from() < 0.0; };
Interval< double > dilatationFactor
Multiplicative factor by which the lower estimation of the cycle time will be adjusted.
Interval< uint32_t > numberOfPoints
The interval of the number of points (i.e. robot configurations) for each robot operation.
The structure with desired properties for the generated instances.
std::vector< Interval< double > > minDelayOfModes
The time interval of minimal duration for each power saving mode.
std::vector< Interval< double > > energyFunctionCoefficients
Intervals of energy function coefficients.
Interval< int32_t > degreeOfCoefficients
The degree of coefficients, e.g. results to where are energy function coefficients.
Interval< double > minimalVertexDegree
The interval of the desired average node degree for the graph of robot interconnections.
double percentageOfRobotsHandover
The probability of the direct gripper-to-gripper handover.
std::vector< Interval< double > > inputPowerOfModes
For each power saving mode of the robot the interval of input power is defined.
The file declares the structure for storing the properties of generated instances.
double percentageOfTableHandover
The probability that the workpiece/weldment is handed over to other robot by using a bench...
Interval< double > prolongationOfMovement
The interval of prolongation for the fastest robot movements.
Interval< uint32_t > sequenceLength
The interval of the number of robot sub-operations for each atomic sequence.
bool checkProjectParameters(const ProjectParameters &par)
The function checks that the desired properties of instances are logically correct.
Interval< uint32_t > numberOfSequences
The interval of the number of atomic sequences in each (dis)assembling/welding/cutting operation...
uint32_t numberOfRobots
The number of robots in the robotic cell.
Interval< double > minDurationOfMovement
The interval of minimal duration of robot movements (defines the fastest movement).