Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • A AF3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 229
    • Issues 229
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • af3
  • AF3
  • Issues
  • #4063
Closed
Open
Created Dec 05, 2020 by Simon Barner@barnerOwner

Reconfiguration backend

  1. in org.fortiss.af3.exploration
    • Introduce new ISynthesisCategory specialization in exploration.ecore
    • Consider in org.fortiss.af3.exploration.util.ExplorationCLIUtils.getExplorationTypeByArgument(String)
  2. in org.fortiss.af3.reconfiguration
    • Introduce Z3ReconfigurationBackend (use Z3Backend as template)
    • Introduce ReconfigurationRun skeleton (use DeploymentRun as template
      # getSolutionEntryType(): returning AllocationEntry.class should be OK (redundant deployment)
      # getSolutionModelName() return e.g. “TA ->HW (redundant)”
      # All other abstract methods of SolverRun can be implemented as stubs for now
    • Integration of backend using org.eclipse.ui.startup extension point
      # Create specialization of IStartup
      # Register new backend in earlyStartup: IDSEBackendService.getInstance().registerDSEBackend(new Z3ReconfigurationBackend());
  3. Include Backend settings defined in #4050 in this branch.

Test: Reconfiguration exploration is offered in “Synthesis” view of DSE perspective.

(from redmine: issue id 4063, created on 2020-09-23, closed on 2020-10-20)

Assignee
Assign to
Time tracking