标签: julia julia-jump
我有一个二维矩阵变量,它应该得到一个恒定值。例如
clingo pippo
I:是一个常数矩阵。但在代码中却出现此错误:
-bash: documents/clingop/clingo: No such file or directory
你能帮我吗?谢谢
答案 0 :(得分:2)
您不必再次分配h,只需将其用作索引:
h
@variable(model1, x[h=1:3,6] == I[h,6])