Skip to content

infeasibility recovery via max flow #200

Description

@benthestatistician

The process we call "infeasibility recovery" would ideally be maximizing the mean.controls parameter (i.e. seeking out the smallest feasible omit.fraction, as opposed to just settling for some feasible value of mean.controls as is currently done. I.e., it should be mapped to a max-flow problem, as distinct from min-cost flow.

To do's:

  • for full matching problems permitting sharing of controls, modify network representation as needed so that flow-maximization translates to mean.controls maximization. (It's straightforward from problems that do not allow control-sharing.)
  • implement that modified network in code
  • plug in to a max flow solver

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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