Skip to content
This repository was archived by the owner on Jun 14, 2020. It is now read-only.
This repository was archived by the owner on Jun 14, 2020. It is now read-only.

Changing coefficient with NaN or Inf as old value doesn't work #103

Description

@tkoolen

From tkoolen/Parametron.jl#104,

change_rhs_coefficient!(model, row, get_rhs(model, row) - (replacement.constant - previous.constant))

means that if previous.constant is NaN or Inf, the value that is passed to change_rhs_coefficient! is incorrect.

See also osqp/OSQP.jl#54.

CC: @rdeits.

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