Skip to main content
Advice
0 votes
2 replies
54 views

I’m using Timefold real-time scheduling in this setup: Two application nodes Requests are distributed via a VIP / load balancer (round-robin) Each node runs its own Timefold solver instance Nodes ...
HeWhoHasNoName's user avatar
Best practices
1 vote
1 replies
46 views

In any VRP solution that involves actual driving distances, we need to use a service to get the distance between any two points, be it Google maps or Nominatim etc. What is the best practice for ...
rajasaur's user avatar
  • 5,490
0 votes
1 answer
31 views

I'm currently trying to pin down selected items in a @PlanningListVariable, but can't get it to work. My planning problem: I have to schedule tasks to be completed by certain inspectors on a certain ...
bever's user avatar
  • 11
1 vote
1 answer
49 views

I tried following the instructions found in the Hello world tutorial for field service routing, found at this link. I copied the input dataset verbatim and posted it to the API seems to work well, but ...
y_shr's user avatar
  • 11
0 votes
0 answers
76 views

Is it possible to use a ValueRangeProvider on the Planning Entity with the python version of Timefold. I am creating a employee schedule program modifying the quick start. I use a hard constraint for ...
Martyn Ezra's user avatar
1 vote
1 answer
61 views

If I have a form of the vehicle routing problem where I have to manage stock of items between locations, is there a way for the solver to keep transfers of inventory between entities consistent. At a ...
Michael Reynolds's user avatar
0 votes
1 answer
80 views

How to define CH, if both basic and list variables are included in the model, there is an error as below: The entity (class com.app.planner.domain.Machine) has both basic and list variables and cannot ...
heyif's user avatar
  • 41
0 votes
2 answers
80 views

I want to use per-request ConstraintWeightOverrides to allow users to customize the constraint weights. In order to not have to save a literal list of constraint names in the UI code, I want to add a ...
majube's user avatar
  • 1
0 votes
1 answer
64 views

I am working on a Vehicle Routing Problem (VRP) where the fleet consists of electric vehicles. Apart from other properties in Timefold VRP example, vehicle class has: 1. A maximum driving range in ...
Ayush Kumar Srivastava 0223-19's user avatar
0 votes
1 answer
89 views

I want to implement a way to aggregate all existing benchmarks from benchmark directory in a single comprehensive report. As far as I know, I will need the BenchmarkAggregator class to do this. I also ...
Diallo Francis Patrick's user avatar
0 votes
1 answer
79 views

Now I create a solution A, a planning entity B and multiple planning variables(planning date and C). @PlanningSolution class A{ @PlanningEntityCollectionProperty private List<B> bList; } @...
user23726839's user avatar
0 votes
3 answers
92 views

In an attempt to migrate an old optaplanner project of mine to timefold's fork, I executed the instructions as given on TimeFold's site at https://timefold.ai/blog/upgrade-optaplanner-to-timefold I ...
sudo's user avatar
  • 316
0 votes
0 answers
92 views

I'm trying to use TimeFold AI solver (in quarkus), with two planning variables. The value ranges for these variables are provided via valueRangeProviderRefs, which supply the corresponding lists of ...
denk182's user avatar
3 votes
1 answer
245 views

I have been working with Timefold in Python for a while and wrote a setup manual for a Timefold project. When testing this setup manual on another device we ran into a problem. It doesn't seem to ...
Steven's user avatar
  • 41
1 vote
1 answer
83 views

I am trying to implement a predecessor constraint similar to the Job Scheduling example given in java. But I struggle with the ordering constraint definition to consider predecessors. I have defined ...
NCointe's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
17