Grouping constrained optimization

Click For Summary
The discussion focuses on solving a constrained optimization problem involving a set of elements and possible groupings. Two specific problems are presented: the first requires finding mappings that minimize weights while allowing each element to belong to one or no grouping, and the second mandates that each element must belong to exactly one grouping. Clarifications are made regarding the nature of the groupings and weights, emphasizing that weights are infinite if an element is not included in a grouping. The application context involves optimizing oriented loops in a planar graph, aiming to enhance a specific metric. The participants engage in refining definitions and constraints to better frame the optimization challenge.
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
 
Mathematics 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.
 
Here is a little puzzle from the book 100 Geometric Games by Pierre Berloquin. The side of a small square is one meter long and the side of a larger square one and a half meters long. One vertex of the large square is at the center of the small square. The side of the large square cuts two sides of the small square into one- third parts and two-thirds parts. What is the area where the squares overlap?

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
1K
  • · Replies 26 ·
Replies
26
Views
834
  • · Replies 3 ·
Replies
3
Views
858
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K