Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

CHALLENGE 3: You need to write a SCIP model to solve the following geometric problem: Your problem is packing m of spheres in a box

image text in transcribed

CHALLENGE 3: You need to write a SCIP model to solve the following geometric problem: Your problem is packing m of spheres in a box of minimal area. The spheres have a given radius ri, and the problem is to determine the precise location of the centers xi. The constraints in this problem are that the spheres should not overlap, and should be contained in a square of center 0 and half-size R. The objective is to minimize the area of the containing box. Show that two spheres of radius r, r2 and centers 1, 2 respectively do not intersect if and only if - r212 exceeds a certain number, which you will determine Formulate the sphere packing problem as an optimization model. Is the formulation you have found convex optimization? Using your model write SCIP code to solve the packing problem of five and six circular disks of the same radius inside a square of half-size R. What is the optimal size if the disks have radius 1? Do some drawings using MATLAB of the packings you discovered. Is the solution unique? CHALLENGE 3: You need to write a SCIP model to solve the following geometric problem: Your problem is packing m of spheres in a box of minimal area. The spheres have a given radius ri, and the problem is to determine the precise location of the centers xi. The constraints in this problem are that the spheres should not overlap, and should be contained in a square of center 0 and half-size R. The objective is to minimize the area of the containing box. Show that two spheres of radius r, r2 and centers 1, 2 respectively do not intersect if and only if - r212 exceeds a certain number, which you will determine Formulate the sphere packing problem as an optimization model. Is the formulation you have found convex optimization? Using your model write SCIP code to solve the packing problem of five and six circular disks of the same radius inside a square of half-size R. What is the optimal size if the disks have radius 1? Do some drawings using MATLAB of the packings you discovered. Is the solution unique

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

Database Technology And Management Computers And Information Processing Systems For Business

Authors: Robert C. Goldstein

1st Edition

0471887374, 978-0471887379

More Books

Students also viewed these Databases questions