Skip to content

Xpress ignore LP warm starts #127

@odow

Description

@odow

It looks like it does, but I couldn't find any evidence these are actually passed to the solver

function MOI.set(
model::Optimizer,
::MOI.VariablePrimalStart,
x::MOI.VariableIndex,
value::Union{Nothing, Float64}
)
info = _info(model, x)
info.start = value
return
end
function MOI.get(
model::Optimizer, ::MOI.VariablePrimalStart, x::MOI.VariableIndex
)
return _info(model, x).start
end
function MOI.supports(
::Optimizer, ::MOI.VariablePrimalStart, ::Type{MOI.VariableIndex})
return true
end

Reported on Discourse: https://discourse.julialang.org/t/warmstarting-variables-does-not-work-with-xpress/60989

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