lingo 的累加符号怎么打

如题
2025-03-10 16:11:53
推荐回答(1个)
回答1:

!定义x(1)...x(8)
set:
n/1..8/:x
endsets
!对 x(1)到x(8)求和
@sum( n(i):x(i) );