You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing the following problems when using this software.
Error in lpsymphony_solve_LP(obj = f.obj, mat = f.con, dir = f.dir, rhs = f.rhs, : Argument 'dir' must be one of '<', '<=', '>', '>=', or '=='.
But the help document showed that this software supports unequal operation !=.
Arguments |
obj | a vector with the objective coefficients
mat | a vector or a matrix of the constraint coefficients
dir | a character vector with the directions of the constraints. Each element must be one of "<", "<=", ">", ">=", "==" or "!=".
Meng
The text was updated successfully, but these errors were encountered:
Hi,
I'm experiencing the following problems when using this software.
Error in lpsymphony_solve_LP(obj = f.obj, mat = f.con, dir = f.dir, rhs = f.rhs, : Argument 'dir' must be one of '<', '<=', '>', '>=', or '=='.
But the help document showed that this software supports unequal operation !=.
Meng
The text was updated successfully, but these errors were encountered: