Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E escet
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Issues 93
    • Issues 93
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse ProjectsEclipse Projects
  • Eclipse ESCET (Supervisory Control Engineering Toolkit)
  • escet
  • Merge requests
  • !434

#378 More parameters for CIF data-based synthesis variable ordering algorithms

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dennis Hendriks requested to merge 378-generalize-data-based-synthesis-options-for-variable-ordering-algorithms into develop Dec 10, 2022
  • Overview 4
  • Commits 14
  • Pipelines 2
  • Changes 22
  • Generalize to allow mix of legacy and linearized hyper-edges/graphs:
    • Add RelationsKind to configure legacy vs linearized relations.
    • VarOrdererHelper has representations per RelationsKind.
  • Parameterize metrics for different relations:
    • Move metrics out of VarOrdererHelper (a class per metric).
    • More functionality from VarOrdererHelper in the metric classes.
    • Parameterize metrics with RelationsKind.
  • Debug output for different metric kinds:
    • VarOrdererHelper: dbgMetrics per RelationsKind.
  • Parameterize variable orders with metrics and relations kinds:
    • ChoiceVarOrderer: relations kind.
    • DcshVarOrderer: metric, relations kind.
    • ForceVarOrderer: metric, relations kind.
    • ReverseVarOrderer: relations kind.
    • SlidingWindowVarOrderer: metric, relations kind.
    • SloanVarOrderer: relations kind.
    • WeightedCuthillMcKeeVarOrderer: node finder, relations kind.
  • Moved defaults to CifToSynthesisConverter.
  • Some other improvements:
    • Fix: LinearizedHyperEdgeCreator must not extend LegacyHyperEdgeCreator.
    • Aligned hyper-edges and graphs in CifToSynthesisConverter.
    • Moved hyper-edge creators to separate package.
    • Moved variable ordering metrics to separate package.
  • Note that:
    • These changes are backwards compatible for the user.
    • There are no options yet to exploit the new possibilities. (that will be a separate merge request)
    • The base orderers have not been made into separate classes.

It is probably easiest to review this per commit.

Addresses #378 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 378-generalize-data-based-synthesis-options-for-variable-ordering-algorithms

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent