gpt4 book ai didi

prolog - 这个序言优化解决方案有什么问题?

转载 作者:行者123 更新时间:2023-12-01 09:19:40 26 4
gpt4 key购买 nike

solve(Amounts) :-
Total = 1505,
Prices = [215, 275, 335, 355, 420, 580],

length(Prices, N),
length(Amounts, N),
Amounts :: 0..Total//min(Prices),
Amounts * Prices #= Total,

labeling(Amounts).

最佳答案

没有错。这是来自 http://eclipseclp.org/examples/xkcd287.ecl.txt 的示例, 如果你没有省略这一行

:- lib(ic).

加载 interval constraint solver , 它会在 ECLiPSe 中正常工作序言。

关于prolog - 这个序言优化解决方案有什么问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35744705/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com