Skip to content

Variables with a mixed primal start values #215

@rb004f

Description

@rb004f

Problems with variables that have a mix of initial starting points and no initial starting points results in an exception error. See

using JuMP
using Gurobi

m = Model()
@variable(m,x, lower_bound=0, upper_bound=2, start=0)
@variable(m,y, lower_bound=0, upper_bound=2)
JuMP.optimize!(m, with_optimizer(Gurobi.Optimizer))

This issue is likely related to this issue jump-dev/Ipopt.jl#155

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions