pub fn create_job_clusters(
    problem: Arc<Problem>,
    environment: Arc<Environment>,
    config: &ClusterConfig
) -> Vec<(Job, Vec<Job>)>
Expand description

Creates clusters of jobs grouping them together best on vicinity properties. Limitations:

  • only single jobs are clustered
  • time offset in job times is not supported