pyoptsparse icon indicating copy to clipboard operation
pyoptsparse copied to clipboard

Add function to check linear-feasibility of any point

Open ewu63 opened this issue 5 years ago • 1 comments

Type of issue

What types of issue is it? Select the appropriate type(s) that describe this issue

  • New feature (non-breaking change which adds functionality)

Description

Add a function which will check whether a point satisfies the linear constraints specified for the optimization problem. This only requires (hopefully sparse) matrix-vector products so is cheap enough to do. This can be used to check, for example, whether the initial point of an optimization is feasible wrt the linear constraints given.

ewu63 avatar Jun 17 '20 22:06 ewu63

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Mar 20 '21 13:03 stale[bot]