A helper function that extracts the value of a variable.
value(x) # S4 method for ramlAlgObject value(x)
x | The object. |
---|
#> Error in e2 * e1: invalid object (non-function) used as methodm$constraint(x >= 0.1)#> Error in e2 * e1: invalid object (non-function) used as methodvalue(x) # NA#> [1] NAm$solve()#> Error in dimnames(x) <- dn: length of 'dimnames' [1] not equal to array extentvalue(x) # 0.1#> [1] NA