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

All generic Move classes should have a method to return the variableName(s)

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 7.0.0.Beta2
    • 6.5.0.CR1
    • optaplanner-core
    • None
    • NEW
    • NEW

      These should be possible, especially during Filtering:

              assertEquals("employee", changeMove.getVariableName());
      
              assertCollectionContainsExactly(swapMove.getVariableNameList(), "room", "period");
      

      See
      http://stackoverflow.com/questions/39322716/optaplanner-changemove-filtering/39325408#39325408

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

              Created:
              Updated:
              Resolved: