What is the smallest number of roads in a country? There are 300 cities in the country. Some pairs

grenivkah3z

grenivkah3z

Answered question

2022-07-07

What is the smallest number of roads in a country?
There are 300 cities in the country. Some pairs of them are connected by roads. It turned out that if you close any 150 cities, then there will be at least 150 roads. What is the smallest number of roads in a country?

Answer & Explanation

Kayley Jackson

Kayley Jackson

Beginner2022-07-08Added 16 answers

Step 1
For fixed n, you can solve the problem via integer linear programming as follows. Let N = { 0 , , 2 n 1 } be the node set, and let E = { ( i , j ) N × N : i < j }. Let binary decision variable x i , j indicate whether edge ( i , j ) E appears. The problem is to minimize ( i , j ) E x i , j subject to linear constraints ( i , j ) E : { i , j } S x i , j n for all  S N  such that  | S | = n .
Step 2
For 2 n = 8, the minimum turns out to be 23:
< 0 , 1 > , < 0 , 3 > , < 0 , 4 > , < 0 , 5 > , < 0 , 6 > , < 0 , 7 > , < 1 , 3 > , < 1 , 4 > , < 1 , 5 > , < 1 , 6 > , < 1 , 7 > , < 2 , 3 > , < 2 , 4 > , < 2 , 5 > , < 2 , 6 > , < 2 , 7 > , < 3 , 4 > , < 3 , 6 > , < 3 , 7 > , < 4 , 6 > , < 4 , 7 > , < 5 , 6 > , < 5 , 7 >

Do you have a similar question?

Recalculate according to your conditions!

New Questions in Discrete math

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?