Quiz Space

AI: Search Methods for Problem Solving · End Term · 1 Sept 2024 · May 2024 term · Set QDB3

Question 26: CONSTRAINT SATISFACTION\ The set of junctions (L, W, Y a…

Question 26

+1 markWritten answer

CONSTRAINT SATISFACTION
The set of junctions (L, W, Y and T type junctions) that occur in a 2D line drawing of trihedral objects is provided below. The in-plane clockwise/counterclockwise rotations of these junctions are valid as well. These junctions provide constraints on the possible edge assignments (convex, concave, arrow) for the edges/lines in 2D line drawings of trihedral objects.
The junctions carry unique labels: L1, L2, L3, L4, L5, L6, T1, T2, T3, T4, W1, W2, W3, Y1, Y2, Y3. When required, use the labels in short answers.

Note: A 2D line drawing of trihedral objects is considered to be consistent if all the edges and junctions can be assigned labels that are consistent with each other, otherwise the drawing is considered to be inconsistent and all labels are reset to NIL.
Apply a suitable algorithm to assign consistent labels to edges/junctions in the 2D line drawings in the sub-questions. Choose a suitable edge and junction order for solving the problems. Based on the above data, answer the given subquestions.

Assign consistent labels to all the edges and junctions in the 2D line drawing shown below. Enter the labels of the junctions 1, 2, 3, 4 in the text box, in that order. Enter NIL if the drawing has no consistent label assignment.

Enter a comma separated list of junction labels, or enter NIL.
NO SPACES, TABS, DOTS, BRACKETS OR EXTRANEOUS CHARACTERS.
Answer format: Y9,T9,W9,L9

Show answer

Correct answer: L5,L6,W1,L1

Question 26 of 26 in the IIT Madras BS AI: Search Methods for Problem Solving (AI Search Methods) End Term paper sat on 1 Sept 2024, in the May 2024 term (IIT M DEGREE FN EXAM QDB1 01 Sep 2024). It carries 1 mark.

More questions from this paper

  1. Q1ASK FOR PRINTED GRAPH SHEETS 10 PAGES DOUBLE-SIDED
  2. Q2What is the path found by the Best First Search algorithm? Enter the path as a comma separated list of node labels.\ NO…
  3. Q3What is the path found by A search algorithm? Enter the path as a comma separated list of node labels.\ NO SPACES, TABS…
  4. Q4What is the path found by Branch-and-Bound search algorithm? Enter the path as a comma separated list of node labels.\ …
  5. Q5For the given map, which algorithm finds the shortest path from S to G?
  6. Q6What can you say about the heuristic function for the given graph?
  7. Q7TSP Branch-and-Bound Let S0 (ref. no. a1) be the first node to be refined, identify the next 4 nodes (2nd to 5th node) …
  8. Q8TSP Branch-and-Bound Which node represents the optimal tour and what is the cost of the optimal tour? Enter the node re…
  9. Q9TSP Branch-and-Bound Determine the number of cities in the TSP instance. Enter the number of cities in the text box, or…
  10. Q10TSP Branch-and-Bound Start from city A, what is the path representation of the optimal tour? Enter the path\ representa…
  11. Q11Which of the following is a strategy for the MAX player?
  12. Q12List the leaf nodes in the best strategy for MAX. Enter the node labels in alphabetical order. Enter a comma separated …
  13. Q13List the leaf nodes pruned by Alpha-Beta.\ Enter a comma separated list of node labels in alphabetical order.\ NO SPACE…
  14. Q14List the leaf nodes solved (assigned SOLVED status) by SSS.\ Enter a comma separated list of node labels in alphabetica…
  15. Q15PROBLEM DECOMPOSITION List the first three nodes (including S) expanded by AO algorithm. List the nodes in the order th…
  16. Q16PROBLEM DECOMPOSITION Determine the value of the start node S after each node is expanded. What are the values of S aft…
  17. Q17PROBLEM DECOMPOSITION What is the final value of the start node S?\ Enter a number.\ NO SPACES, TABS, DOTS, BRACKETS OR…
  18. Q18RULE BASED EXPERT SYSTEMS Which of the following rule-data tuples are in the conflict-set?
  19. Q19RULE BASED EXPERT SYSTEMS If the Inference Engine uses Specificity as the conflict resolution strategy then which of th…
  20. Q20RULE BASED EXPERT SYSTEMS If the Inference Engine uses Recency as the conflict resolution strategy then which of the fo…
  21. Q21AUTOMATED PLANNING Based on the above data, answer the given subquestions. Which of the following are applicable action…
  22. Q22AUTOMATED PLANNING Based on the above data, answer the given subquestions. Which of the following are relevant actions …
  23. Q23AUTOMATED PLANNING Based on the above data, answer the given subquestions. In the planning graph, which of the followin…
  24. Q24AUTOMATED PLANNING Based on the above data, answer the given subquestions. In the planning graph, which of the followin…
  25. Q25CONSTRAINT SATISFACTION\ The set of junctions (L, W, Y and T type junctions) that occur in a 2D line drawing of trihedr…