Richard Boyd
unread,May 6, 2026, 2:32:57 PM (6 days ago) May 6Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to or-tools...@googlegroups.com
I've been using the or-tools library consistently for about 8 months and I wanted to thank the maintainers for making this tool available. the most complex problems I've solved with it were route-planning applications using time-bounds for the 'visits' (600 locations and ~ non-overlapping windows for each location) and a modified Stigler diet solver using cp-sat that minimizes the total amount spent on groceries (with constraints for things like buying a full apple instead of only 15 grams) that has about 3,000 recipes, 800 ingredients, and ~20,000 'grocery items'.