TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Constraint Solving Libraries for Automated Scheduling?

4 点作者 nathanhammond将近 13 年前
I've been searching for an existing scheduling solution where the primary goal isn't filling set shift times, but instead supplying a certain amount of coverage at each hour of the day based upon a set of constraints (listed here: http://www.nathanhammond.com/a-scheduling-problem).<p>There are two existing categories of businesses that come to mind that might have this type of use pattern:<p><pre><code> * Medical facilities * Call centers </code></pre> I've reached out (via phone!) to multiple companies that provide services to these business categories but I've been told by salespeople that they either don't have this sort of functionality, that it is so specifically tailored to the target market as to be useless to me, that I shouldn't be pursuing this (!), or they assume that because I'm doing this for a non-profit I'm not willing to pay for it (my money is just as green!).<p>At this point (unless you're aware of somebody that will sell their product to me) I was wondering what tools I should use to build this.<p>My first thought was to use something like Prolog, but because I'm not expecting there to be a "perfect" solution, I don't know how I would make that work.<p>After a bit of research I found Drools Planner which appears to be the 800lb gorilla, but before heading down that path I was wondering if any of you were aware of other lighter-weight tools that would make this easier to build in my spare time?<p>Thanks!

4 条评论

steve_g将近 13 年前
Preactor is a comercial scheduling software suite. I haven't used any of the tools, but they sound like what you need.<p>They have a free product that you can play around with. Good luck!<p><a href="http://www.preactor.com/Express/Default.aspx" rel="nofollow">http://www.preactor.com/Express/Default.aspx</a>
评论 #4046036 未加载
ge0ffrey将近 13 年前
Drools planner is lightweight: use simple score calculation and you need only about 5 jars (planner, xstream and apache commons jars)
verdatel将近 13 年前
This might help --&#62; <a href="https://www.shiftdata.com/" rel="nofollow">https://www.shiftdata.com/</a>
评论 #4046023 未加载
ott2将近 13 年前
Search for constraint programming solutions to "nurse rostering" problems.