Skip to content

How can I change "solver modes for association problem" to MINIMIZATION? #4

@JohnPekl

Description

@JohnPekl

I have found one Fork repository (from your code) that does minimization.

https://github.com/jonatanolofsson/MurtyAlgorithm

Is it correct to follow?

WeightMatrix a = w;
if (MODE == MINIMIZATION) {
  a = WeightMatrix::Ones(a.rows(), a.cols()) * __AUCTION_INF - a;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions