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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

IPLANG – an optimization-based language

36 点作者 idunning将近 11 年前

4 条评论

dj-wonk将近 11 年前
This is crazy; perhaps that&#x27;s what makes it intriguing.<p>In any case, I&#x27;m scratching my head. For example:<p>&gt; We can thus, for any Brainfuck program, create an integer optimization problem with 3n decision variables where the optimal solution is that program.<p>Got it.<p>Integer optimization is designed to solve numerical problems. Is there any reason or inspiration to suggest that use this technique is a productive way to write programs that satisfy certain constraints?
评论 #7827027 未加载
scottfr将近 11 年前
For those looking for examples of actually used languages designed specifically for optimization problems, there are several out there.<p>AMPL is one such language [1]<p>[1] <a href="http://www.ampl.com/EXAMPLES/" rel="nofollow">http:&#x2F;&#x2F;www.ampl.com&#x2F;EXAMPLES&#x2F;</a>
评论 #7828267 未加载
nn3将近 11 年前
What happens when there are multiple best solutions?
评论 #7827489 未加载
termain将近 11 年前
Can this be used as a BF supercompiler?
评论 #7827039 未加载