在lingo软件中限制变量L≤x≤U的命令为( ).
A: @gin()
B: @bnd()
C: @and()
D: @bin()
A: @gin()
B: @bnd()
C: @and()
D: @bin()
举一反三
- 在lingo软件中取消对变量x的默认下界为零限制的命令为( ). A: @gin() B: @bin() C: @free() D: @bnd()
- 在lingo软件中限制变量x为整数的函数为 A: @bin(x) B: gin(x) C: @gin(x) D: bin(x)
- 在Lingo程序中,限制变量X为整数的函数为() A: @bin(X) B: @gin(X) C: @free(X) D: @bin(L,X,U)
- 在Lingo程序中,语句( )表示取消变量X的非负限制。 A: @FREE(X) B: @BIN(X) C: @BND D: @GIN(X)
- 在lingo软件中限制变量x为整数的函数为( ). A: @and() B: @gin() C: @sum() D: @bin()