google / google/jaxopt

How to solve linear programming and quadratic programming with inequality constraint only

Open
#623 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.1k
Forks
76
Avg merge
2d 21h
Merged PRs (30d)
1

Description

How to solve linear programming and quadratic programming with inequality constraint only? For LP, I tried to use OSQP and pass the objective as (None, -c), the equality constraint as (None, None), the inequality constraint as (G, h), but it does not work. The same goes for the QP with inequality constraints only.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.