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

implement more complete conic algorithm that can return unbounded certificates and distinguish primal or dual infeasibility #305

Open
chriscoey opened this issue Jul 30, 2019 · 1 comment

Comments

@chriscoey
Copy link
Collaborator

solves auxiliary conic problems if necessary, with some zeroed-out b, c, or h. see https://epubs.siam.org/doi/pdf/10.1137/15M1049415

@chriscoey
Copy link
Collaborator Author

maybe want to define an "unbounded certificate" in MOI:

  • primal unbounded certificate is a feasible primal point plus a primal improving ray
  • dual unbounded certificate is feasible dual point plus a dual improving ray

primal AND dual infeasibility would yield primal and dual improving rays

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

No branches or pull requests

1 participant