Replies: 2 comments 4 replies
-
|
Hi @kentbill , what version of the solver are you running? The combination of List and Regular planning variables in the same entity hasn't been around forever, so if you are using an older version, it might be you just need to upgrade. |
Beta Was this translation helpful? Give feedback.
-
|
Is there more detailed configuration about mixed mode in the documentation? Or a similar example in the quickstart? Below is the content about the move selector in my configuration file. However, it doesn't work correctly; after completing the CH phase, the values of both basic planning variable and planning list variable for all planning entity objects are still null, so the LS phase couldn't start. The exception info: I only found the following section in the documentation about the mixed mode. Is there more detailed information about it? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone。
I'm building a program similar to the Food-Packaging in quickstarts.
In the planning entity - Line, there are two planning variables: a basic variable - operator, and a list variable - jobs. However, I'm getting the following exception when building the solver.
I'm using solverConfig.xml. How should I configure these two planning variables in the XML file so that the solver can recognize them?
In fact, I didn't find how the variables - operator and jobs are configured in the Food-Packaging example. Could someone tell me where they are configured so that the solver can recognize them? I can't find any information about them in application.properties.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions