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

Variables with names equal to keywords are not handled correctly. #8

Open
ghost opened this issue Jun 21, 2018 · 0 comments
Open

Variables with names equal to keywords are not handled correctly. #8

ghost opened this issue Jun 21, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 21, 2018

A variable with constructor name End will be translated to End when writeLP is called. However, End is a keyword in the CPLEX format. This will lead to an incorrect programme. Either an error should be thrown, or the variable name should be translated to something else when it is a keyword.

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

0 participants