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

Feasibility Analysis #114

Open
cphthomas opened this issue Jan 2, 2021 · 4 comments
Open

Feasibility Analysis #114

cphthomas opened this issue Jan 2, 2021 · 4 comments

Comments

@cphthomas
Copy link

Thanks for a great LP solver, its very fast and reliable, you've done a super job :O)
I am new to javascript, but am creating a solver for students, as an alternative to Excel Solver, but I would like to include some kind of feasibility analysis.
I was wondering if there are some nice way to retrieve:
Lower and upper bounds for RHS and Objective coefficients
shadow prices
contribution margins.

Can I get more information, than the output from solver.Solve(model) in your README.md?

@cphthomas
Copy link
Author

I can find the shadow price by solving the DUAL problem with solver.Solve(modelDUAL), but still I would like to find bounds etc. :O)

@JWally
Copy link
Owner

JWally commented Jan 3, 2021 via email

@cphthomas
Copy link
Author

Hi JWally thank you so much for your quick reply :O)
solver.Solve(model,0.0000001, true); tableu contains shadowprices and reduced costs :O)
Allowable decrease and increase for the current solution for the constraints and objective coefficients are not in the console, maybe Excel Solver is slow since it has to calculate these bounds.
Do you know where I can find more info regarding the arguments for solver.Solve(model,0.0000001, true)?

@jgbranco
Copy link

Hi guys... I'm studying the possibility of using this library on a new project and the allowable decrease and increase for the current solution is something very important.
Is there a way to do this with this library?

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