Skip to content

Implement different examples to test decomposition algorithms #2

@frapac

Description

@frapac

I think it would be interesting to implement a bank of examples to test the different decomposition algorithms. Ideally, the examples would be generated such that

  • they represent some kind of real-world problem ;
  • we can parameterize their size (ie the number of blocks) ;
  • we can parameterize the couplings between the subproblems (that last point is more difficult though).

For now, I have the following instances in mind:

  • The single commodity network flow introduced in Boyd's note
  • The LQR problem
  • the Network Utility Maximization and the Linear Network Flow problems introduced in this paper (randomly generated, graph structure)
  • stochastic optimization instances (as those already implemented in StructJuMP.jl)
  • the decentralized examples implemented in ALADIN

Let me know if you have other examples in mind.

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