Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SemiDefinitePrograms Consider an undirected graph G = ( V , E ) with an even number of nodes and non - negative weights w i

SemiDefinitePrograms Consider an undirected graph G=(V,E) with an even number of
nodes and non-negative weights wij for each edge in E(and wij=0 if (i,j)!inE ). We would
like to partition the nodes in V into two sets S and V??S of equal cardinality so that the total
weight of the cut is maximized.
(a) Formulate this problem as a boolean optimization.
(b) Apply the lifting idea to construct an SDP relaxation for the boolean optimization. Make sure that your optimization involves only a matrix variable x of size |V||V| and noother variables.
use the following hint please to answer the question:
use a vector x belongs to Rn to represrent the partition/cut. i.e. xi =1 if the node i belongs to S and xi =-1 if the node i belongs to V\S. Apply the lifting idea and define a matrix
X = x*xt ( transpose ) with a rank 1 constraint
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What are Measures in OLAP Cubes?

Answered: 1 week ago

Question

How do OLAP Databases provide for Drilling Down into data?

Answered: 1 week ago

Question

How are OLAP Cubes different from Production Relational Databases?

Answered: 1 week ago