Skip to content

Member function in highspy has no effect #3109

Description

@BenChampion

In the context of something like

import highspy as hs
h = hs.Highs()
h.readModel("some_model.mps")
h.run()
sol = getSolution()

doing

sol.row_dual.clear()

has no effect while

sol.row_dual = []

works.

This may also relate to the following discussion.

#2234 (reply in thread)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions