Grouping constrained optimization

Click For Summary

Discussion Overview

The discussion revolves around a constrained optimization problem involving a set of elements and their groupings, focusing on minimizing associated weights under specific constraints. The context includes mathematical reasoning and potential applications in graph theory.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant seeks an efficient solution for minimizing weights associated with mappings from a set of elements to groupings under two different constraints.
  • Another participant questions the definition of a grouping and suggests that it may need to be clarified as a collection of subsets that partition the set.
  • Clarifications are made regarding the nature of the mappings and whether the weights depend solely on indices or if they can vary for different mappings.
  • Further clarification is provided about the sets involved, including the distinction between subsets and the requirement for distinct subsets in the groupings.
  • Participants discuss the implications of the constraints, particularly the meaning of "member of one" versus "member of exactly one" in the context of the problem.
  • A participant reveals that the elements of the set correspond to edges of a planar graph, indicating the optimization relates to finding oriented loops without common edges.

Areas of Agreement / Disagreement

Participants express varying interpretations of the problem's definitions and constraints, leading to some disagreement on the precise formulation of the optimization problem. No consensus has been reached on the best approach or solution.

Contextual Notes

Limitations include potential ambiguities in the definitions of groupings and mappings, as well as the assumptions regarding the nature of the weights and constraints. The discussion does not resolve these ambiguities.

Who May Find This Useful

Readers interested in optimization problems, mathematical modeling, and applications in graph theory may find this discussion relevant.

Sebastien77
Messages
5
Reaction score
0
Hi all,

I am looking for an efficient solution to solve the following problem. Can anybody help?

Assume a set S of elements ki and a set V of possible groupings Gj. A grouping Gj is a subset of S. Associate a weight wij to each mapping ki to Gj. The weights are infinite if ki ⊄ Gj, and finite signed number if ki ⊂ Gj.

1) Find the set of mappings from S to V minimizing the sum of the associated weights under the constraint that each element of S can be involved in exactly one or no mapping.

2) Same question but by changing the constraint to "under the constraint that each element of S must be involved in exactly one mapping".

Note: For my application V is a minute fraction of all possible groupings of the elements of S.Sébastien
 
Physics news on Phys.org
Sebastien77 said:
A grouping Gj is a subset of S.
Perhaps you mean that a grouping is a collection of subsets of S that partition it in some way. If you want a "grouping" of S merely to be a subset of S, you should just call it a subset.

Associate a weight wij to each mapping ki to Gj.
It isn't clear what set of mappings you are talking about. Let's consider one of these mappings. What is its domain and what is its codomain?

Does w_{ij} depend only on the indices i,j or can there be a different w_{i,j} for each mapping?
 
Yes, sorry. I hope the following will clarify:

S is a finite set of elements ki
V is a subset of S, e.g. v4={k1,k3}
E is a finite ensemble of V, e.g. E = { v1={k1}, v2={k1,k2}, v4={k1,k3}, v4={k2,k4,k5} }
f(S, V) → ]-∞,∞], (ki,vj) → wij, with wij infinite only if kivj.

The problem is to find the ensemble M of elements of E minimizing ∑ij wij computed over all elements of S and M, under one of the following two constraints:

Problem 1) each ki is member of one or no element of M
Problem 2) each ki is member of exactly one element of M (for this case we assume that at least a valid solution exists in E)
 
Sebastien77 said:
Yes, sorry. I hope the following will clarify:

S is a finite set of elements ki
V is a subset of S, e.g. v4={k1,k3}
I think you mean that V is a set whose members are each subsets of S. Do you want them to be distinct subsets? For example, can we have v_4 = \{k_1, k_2\} and v_5 = \{k_1, k_2\}

E is a finite ensemble of V, e.g. E = { v1={k1}, v2={k1,k2}, v4={k1,k3}, v4={k2,k4,k5} }

f(S, V) → ]-∞,∞], (ki,vj) → wij, with wij infinite only if kivj.

Do you mean "infinite if and only if k_i \notin v_j" ?
The problem is to find the ensemble M of elements of E minimizing ∑ij wij computed over all elements of S and M, under one of the following two constraints:

Problem 1) each ki is member of one or no element of M

In that context, I think "member of one" means "member of exactly one" (as opposed to "member of at least one").
Problem 2) each ki is member of exactly one element of M (for this case we assume that at least a valid solution exists in E)

If this problem arises from an application, it might help to tell about the application.
 
Stephen Tashi said:
I think you mean that V is a set whose members are each subsets of S. Do you want them to be distinct subsets? For example, can we have v_4 = \{k_1, k_2\} and v_5 = \{k_1, k_2\}

Do you mean "infinite if and only if k_i \notin v_j" ?

In that context, I think "member of one" means "member of exactly one" (as opposed to "member of at least one").

If this problem arises from an application, it might help to tell about the application.

Yes, I was inaccurate, they should be distinct subsets.
Yes, I meant "infinite if and only if k_i \notin v_j", thanks for the correction.
Yes, "member of exactly one" (problem 2) and "member of exactly one or not member of any" (problem 1).
The elements of S are the edges of a planar graph and I am looking for an ensemble of oriented loops with no common oriented edge that would optimize a given metric.
 

Similar threads

  • · Replies 26 ·
Replies
26
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
6K
  • · Replies 6 ·
Replies
6
Views
3K