Need clarification regarding the statement that Problem fact class is used by the score constraints, but does NOT change during planning (as long as the problem stays the same).
Can Optaplanner handle scenarios (and return optimzed solution) where problem properties have a dependency on the Fact Values?
For example: In Vehicle Routing problem, can optaplanner engine return optimized solution based on the fact that it takes more time (say 1.2 times more) for Vehicle_1 than Vehicle_0 to travel from Location_A to Location_B.
Similarly in Project Job Scheduling example, Resource_X takes 1.2 days to complete a task but Resource_Y takes .9 days to complete the same task.