Quiz Space

AI: Search Methods for Problem Solving · Quiz 2 · 3 Aug 2025 · May 2025 term

Question 10: TSP\ The distance matrix for 5 cities (A to E) and the s…

Question 10

+1 markNumerical answer

TSP
The distance matrix for 5 cities (A to E) and the sorted edge list is provided below.
For each city the distances to other cities are listed in ascending order.
For example, in row one, the distance from A to B is 30, A to C is 32 and so on.

AB:30C:32D:68E:70
BA:30C:36E:40D:44
CA:32B:36D:50E:72
DE:42B:44C:50A:68
EB:40D:42A:70C:72
ABACBCBEDE
3032364042
BDCDADAECE
4450687072

The search tree traversed by TSP BnB shows four segments.
Identify the four segments xy, uv, rs, pq and then answer the given sub-questions.

Attention: A segment is a two-way edge between two cities. After adding/dropping a permanent segment, infer as many new permanent segments as possible before computing the lower bound.

How many tours are represented in the node rs?
Enter a natural number.
NO SPACES, TABS, DOTS, BRACKETS OR EXTRANEOUS CHARACTERS.
Answer format: 42

Show answer

Correct answer: 0

Question 10 of 25 in the IIT Madras BS AI: Search Methods for Problem Solving (AI Search Methods) Quiz 2 paper sat on 3 Aug 2025, in the May 2025 term (IIT M DEGREE AN EXAM QDB2 03 Aug 2025). It carries 1 mark.

More questions from this paper

  1. Q1SEARCH\ Figure shows an infinite state space with finite branching, where S is the start node and G is the goal node, a…
  2. Q2SEARCH\ Figure shows an infinite state space with finite branching, where S is the start node and G is the goal node, a…
  3. Q3SEARCH\ Figure shows an infinite state space with finite branching, where S is the start node and G is the goal node, a…
  4. Q4SEARCH\ Figure shows an infinite state space with finite branching, where S is the start node and G is the goal node, a…
  5. Q5SEARCH\ Figure shows an infinite state space with finite branching, where S is the start node and G is the goal node, a…
  6. Q6SEARCH\ Figure shows an infinite state space with finite branching, where S is the start node and G is the goal node, a…
  7. Q7TSP\ The distance matrix for 5 cities (A to E) and the sorted edge list is provided below.\ For each city the distances…
  8. Q8TSP\ The distance matrix for 5 cities (A to E) and the sorted edge list is provided below.\ For each city the distances…
  9. Q9TSP\ The distance matrix for 5 cities (A to E) and the sorted edge list is provided below.\ For each city the distances…
  10. Q11TSP\ The distance matrix for 5 cities (A to E) and the sorted edge list is provided below.\ For each city the distances…
  11. Q12List the horizon nodes in the best strategy.\ Enter the node labels as a comma separated list in ASCENDING order.\ NO S…
  12. Q13List the horizon nodes pruned by Alpha-Beta algorithm.\ Enter the node labels as a comma separated list in ASCENDING or…
  13. Q14GAMES Based on the above data, answer the given subquestions
  14. Q15Solve the game tree using SSS algorithm. List the horizon nodes (not in the initial cluster) that are assigned SOLVED s…
  15. Q16Select the correct statements about the Alpha-Beta algorithm.
  16. Q17Select the condition that triggers an Alpha-Cut.
  17. Q18For a 2-ply game tree with branching factor 3, the number of strategies for MAX-player is .
  18. Q19AUTOMATED PLANNING\ The domain description of a Blocks World with a single one-armed robot is given below. Note: this i…
  19. Q20AUTOMATED PLANNING\ The domain description of a Blocks World with a single one-armed robot is given below. Note: this i…
  20. Q21AUTOMATED PLANNING\ The domain description of a Blocks World with a single one-armed robot is given below. Note: this i…
  21. Q22AUTOMATED PLANNING\ The domain description of a Blocks World with a single one-armed robot is given below. Note: this i…
  22. Q23AUTOMATED PLANNING\ The domain description of a Blocks World with a single one-armed robot is given below. Note: this i…
  23. Q24AUTOMATED PLANNING\ The domain description of a Blocks World with a single one-armed robot is given below. Note: this i…
  24. Q25AUTOMATED PLANNING\ The domain description of a Blocks World with a single one-armed robot is given below. Note: this i…