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

Urgent help needed to understand LP solve format for division #76

Closed
contactprad opened this issue Aug 20, 2018 · 2 comments
Closed

Urgent help needed to understand LP solve format for division #76

contactprad opened this issue Aug 20, 2018 · 2 comments

Comments

@contactprad
Copy link

we are trying to define the equation something like below:

" (a1 + b1 ) /( a1 + b1 + x1 + y1 ) >= 0.2" but that's not working.

What will be the document guidance for above? Thanks

@bchevalier
Copy link
Collaborator

Hey, this solver can only handle linear equations. are a1 and b1 variables? or are they constants?
if those are variables then you would need another solver. if they are constants they places the variables x1 and y1 on the other side of the constraint and try solving again

@contactprad
Copy link
Author

contactprad commented Aug 20, 2018

ah ok! got it. a1 and a2 are variables indeed. we can represent this in linear form and that should solve the problem.

@JWally JWally closed this as completed Oct 5, 2019
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

3 participants