Skip to content

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

@anhtnguyen1210

Description

@anhtnguyen1210

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions