Skip to content

Support pvv terms in objective #201

@klamike

Description

@klamike

Currently

using JuMP, Dualization
m = Model()
@variable m x
@variable m p  Parameter(2.0)
@objective m Min 3 * x * x * p
print(dualize(m, dual_names=DualNames()))

errors with Objective functions of type MathOptInterface.ScalarNonlinearFunction are not implemented,
but it can (should?) be

Max -3 quadslack_x² * param_p
Subject to
 x : -3 quadslack_x * param_p = 0

Note the parametric QP formulation in the docs does not allow for this (i.e. it is consistent with the current behavior).

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