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

How do docplex get extreme ray #71

Open
Dogggggggggg opened this issue May 30, 2022 · 1 comment
Open

How do docplex get extreme ray #71

Dogggggggggg opened this issue May 30, 2022 · 1 comment

Comments

@Dogggggggggg
Copy link

To get extreme ray:
Cplex realize through dualFarkas
Gurobi realize through FarkasDual
Docplex?

@vberaudi
Copy link
Member

When docplex does not provide a direct function for your needs, you can access the cplex object via Model.get_cplex(), then you can use the "wrappers" package, which for you case will be the get_ray member function of the AdvancedSolution subinterface of the cplex class in the Python API.

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

2 participants