Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unequal constraints #4

Open
limeng12 opened this issue Sep 6, 2020 · 0 comments
Open

Unequal constraints #4

limeng12 opened this issue Sep 6, 2020 · 0 comments

Comments

@limeng12
Copy link

limeng12 commented Sep 6, 2020

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 !=.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant