Skip to content

VariablePrimalStart should use PStart #591

@odow

Description

@odow

In

ret = GRBsetdblattrelement(model, "Start", Cint(info.column - 1), grb_value)

we use Start, which is for feasible MIP solutions:
https://docs.gurobi.com/projects/optimizer/en/current/reference/attributes/variable.html#attrstart

See instead PStart:
https://docs.gurobi.com/projects/optimizer/en/current/reference/attributes/variable.html#attrpstart

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