Skip to content

This repository contains the example code for my blog post at Java Advent about Timefold Solver.

Notifications You must be signed in to change notification settings

TomCools/santa-java-advent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizing Santa's Travels (Java Advent) 🎅

This repository contains the example code for my blog post at Java Advent and for the related Christmas video. It is purposefully kept simplistic to show how to use Timefold Solver in a minimal example.

For more advanced examples, check out the Timefold Quickstarts Repository. This project was heavily inspired by the Vehicle Routing Quickstart.

Technologies Used 🎄

Running the application 🛷

You can run your application in dev mode that enables live coding using:

./mvnw compile quarkus:dev

After visiting localhost:8080, you will be presented with a simple UI. Click the map a couple of times to add some visits for Santa, then click the solve button.

SantaDemo.mp4

About

This repository contains the example code for my blog post at Java Advent about Timefold Solver.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published