We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As seen below, the solution.solution_quality: field is random values. Also, values for END in task_arrival_time_map are zeros
solution.solution_quality:
END
task_arrival_time_map
Example solution file:
solution.solution_quality: |---result_status : -271098798 |---result_description : |---maximum_robot_schedule : 8.69116e-311 |---sum_of_all_robot_schedules : 6.95293e-310 |---solver_runtime : solution.robots_schedule: |---Robot_1 : | |---robot_id : | |---task_attendance_sequence : | | |---0 : END | |---task_arrival_time_map : | | |---END : 0 |---Robot_2 : | |---robot_id : | |---task_attendance_sequence : | | |---0 : Destination_3 | | |---1 : Destination_2 | | |---2 : END | |---task_arrival_time_map : | | |---Destination_1 : 0 | | |---Destination_2 : 241.821 | | |---Destination_3 : 100.2 | | |---END : 0 |---Robot_3 : | |---robot_id : | |---task_attendance_sequence : | | |---0 : Destination_2 | | |---1 : Destination_1 | | |---2 : END | |---task_arrival_time_map : | | |---Destination_1 : 442.021 | | |---Destination_2 : 100.2 | | |---END : 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As seen below, the
solution.solution_quality:
field is random values.Also, values for
END
intask_arrival_time_map
are zerosExample solution file:
The text was updated successfully, but these errors were encountered: