Grouping constrained optimization

AI Thread 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.
 
Thread 'Video on imaginary numbers and some queries'
Hi, I was watching the following video. I found some points confusing. Could you please help me to understand the gaps? Thanks, in advance! Question 1: Around 4:22, the video says the following. So for those mathematicians, negative numbers didn't exist. You could subtract, that is find the difference between two positive quantities, but you couldn't have a negative answer or negative coefficients. Mathematicians were so averse to negative numbers that there was no single quadratic...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Thread 'Unit Circle Double Angle Derivations'
Here I made a terrible mistake of assuming this to be an equilateral triangle and set 2sinx=1 => x=pi/6. Although this did derive the double angle formulas it also led into a terrible mess trying to find all the combinations of sides. I must have been tired and just assumed 6x=180 and 2sinx=1. By that time, I was so mindset that I nearly scolded a person for even saying 90-x. I wonder if this is a case of biased observation that seeks to dis credit me like Jesus of Nazareth since in reality...

Similar threads

Replies
7
Views
2K
Replies
14
Views
852
Replies
2
Views
2K
Replies
13
Views
654
Replies
3
Views
510
Replies
8
Views
2K
Back
Top