Skip to content

No support for constraint free problems #27

@PTNobel

Description

@PTNobel

The following snippet raises an error, but I believe it is a properly formed QP, and there is a solution x = [0, 0, 0, 0].

qp = mpax.create_qp(jnp.eye(4), jnp.zeros(0), jnp.zeros((0, 4)), jnp.zeros(0), jnp.zeros((0, 4)), jnp.zeros(0), -jnp.ones(4), jnp.ones(4))
solver = mpax.r2HPDHG()
solver.optimize(qp)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions