Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
A
AF3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 257
    • Issues 257
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • af3
  • AF3
  • Issues
  • #4084

Closed
Open
Opened Dec 05, 2020 by Johannes Eder@ederOwner

Wrong schedule transformation from SingleExplorationSolution

When a schedule is generated a SingleExplorationSolution is generated containing all ResourceSchedules and ResourceAllocations.

However, the visualization of the schedule is wrong, due to the fact that the ResourceSchedule is created from scratch and the existing one is not used. This leads to a wrong calculation of the hyperperiod which makes the visualization and the schedule wrong.

Problem probably lies in

    org.fortiss.af3.exploration.solutionconverter.ScheduleConverter.transform(SuperSet<ResourceAllocation>, DSESolutionArtifacts, String)
    

(from redmine: issue id 4084, created on 2020-11-11)

Assignee
Assign to
AF3 2.19 - Critical Bugs Fixed
Milestone
AF3 2.19 - Critical Bugs Fixed
Assign milestone
Time tracking
None
Due date
None
Reference: af3/af3#4084