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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Linear Programming for Fun and Profit

51 点作者 hmac1282大约 21 小时前

3 条评论

cweld510大约 15 小时前
Great to see this post here -- really enjoyed writing it! I think it's really cool how an algorithm from an operational research context can play a critical role in a high-availability large-scale cloud service.
评论 #43937062 未加载
underanalyzer大约 15 小时前
Neat article. I do wish it mentioned that there are polynomial time algorithms to solve linear programming problems. According to the Google ortools docs it has the option to use those as well (but not with the GLOP solver). Might be good for when simplex is struggling (<a href="https:&#x2F;&#x2F;developers.google.com&#x2F;optimization&#x2F;lp&#x2F;lp_advanced" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;optimization&#x2F;lp&#x2F;lp_advanced</a>)
评论 #43937670 未加载
ayhanfuat大约 15 小时前
&gt; X = [x1, ..., Xn]: instances of each type to launch<p>Is this a continuous variable? Seems discrete to me. I am surprised it is solved by simplex.
评论 #43937082 未加载