Partitioning Algorithm and Optimization Problem
- From: CWJ Lam <jethrolam@xxxxxxxxx>
- Date: Sat, 20 Aug 2005 23:21:33 EDT
Given a finite set X, for example, X={1 2 3}, the partition set Y consists of
{{1} {2} {3}},
{{1 2} {3}},
{{1} {2 3}},
{{1 3} {2}},
{{1 2 3}}.
Is there any existing Matlab code that takes X as input and output the above objects as output?
Also, I am looking for the problem of maximizing a cost function f:Y->R over all Y. Is there any basic textbook or state-of-the-art paper that you recommend?
Thanks!
CJLam
.
- Follow-Ups:
- Re: Partitioning Algorithm and Optimization Problem
- From: Proginoskes
- Re: Partitioning Algorithm and Optimization Problem
- From: jan hauben
- Re: Partitioning Algorithm and Optimization Problem
- Prev by Date: Re: please help me solve this problem
- Next by Date: St. Alphonsus Liguori on 7-7-04
- Previous by thread: question about axiomatic set theory
- Next by thread: Re: Partitioning Algorithm and Optimization Problem
- Index(es):