Skip to main content

One post tagged with "Release"

Release announcements

View All Tags

Solver Performance Improvements in v1.1

· One min read
Plansoar Team
Core Team

We've significantly improved the solver performance in Plansoar v1.1.

What Changed

The scheduling solver now runs up to 3x faster for large datasets.

Technical Details

  • Implemented parallel constraint processing
  • Optimized memory allocation
  • Added intelligent pruning algorithms
  • Improved solution quality scoring

Benchmarks

Dataset Sizev1.0 Timev1.1 TimeImprovement
50 courses12s4s3x
200 courses45s15s3x
500 courses180s60s3x

How to Upgrade

Update to v1.1 by following our upgrade guide.

Try It Out

Run the solver with your own data and see the improvement:

npm run solver:benchmark