Skip to content

set_start_value silently fails for optimizers which do not support it #3032

Description

@araujoms
using Hypatia, JuMP

model = Model(Hypatia.Optimizer)
@variable(model, x)
set_start_value(x, 3)
@constraint(model, 5x-2  0)
@objective(model, Min, x)
optimize!(model)

The line set_start_value(x, 3) is silently ignored, it has no effect on the solver. Same thing happens with Clarabel.

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