Uploaded image for project: 'OptaPlanner'
  1. OptaPlanner
  2. PLANNER-252

VariableListeners for shadow variables that are triggered on other shadow variables should be triggered predictably in a smart order

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 6.3.0.CR2
    • None
    • optaplanner-core
    • None

    Description

      Currently the order is arbitrary.

      For example:
      genuine varA has a shadow varB
      genuine varA has a shadow varC
      shadow varB has a shadow varD
      shadow varC also has a shadow varD

      The order should be: varA, varB, varC, varD.
      The order should not be: varA, varB, varD, varC, varD again. That's wasteful.

      Attachments

        Issue Links

          Activity

            People

              gdesmet@redhat.com Geoffrey De Smet (Inactive)
              gdesmet@redhat.com Geoffrey De Smet (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: