Check if a string is a compound expression
Usage
is_gams_expression(
s,
ops = c("+", "-", "*", "/", "^", "=", "==", "<", "<=", ">", ">=", "=e=", "=l=", "=g=",
"=le=", "=ge=", "and", "or", "not")
)
Check if a string is a compound expression
is_gams_expression(
s,
ops = c("+", "-", "*", "/", "^", "=", "==", "<", "<=", ">", ">=", "=e=", "=l=", "=g=",
"=le=", "=ge=", "and", "or", "not")
)