Add a variable to a SCIP model
Arguments
- model
A SCIP model (external pointer from
scip_model).- obj
Numeric; objective coefficient.
- lb
Numeric; lower bound. Default
0.- ub
Numeric; upper bound. Default
Inf.- vtype
Character; variable type:
"C"(continuous),"B"(binary), or"I"(integer). Default"C".- name
Character; variable name. Default auto-generated.
