OTDM file
OTDM file
Women
OPTIMIZATION TECHNIQUES
C
SE-AI-2
1
INDEX
1 Experiment 1
2 Experiment 2
3 Experiment 3
4 Experiment 4
5 Experiment 5
6 Experiment 6
7 Experiment 7
8 Experiment 8
9 Experiment 9
10 Experiment 10
2
EXPERIMENT 1
CODE:
3
EXAMPLE:
4
EXPERIMENT 2
CODE:
EXAMPLE:
5
EXPERIMENT 3
Write a Python program to find out when given a two dimensional grid, each
cell of which contains integer cost which represents a cost to traverse through
that cell. The task is to find the maximum cost path from the bottom-left
corner to the top-right corner.
CODE:
EXAMPLE:
6
EXPERIMENT 4
CODE:
EXAMPLE:
7
EXPERIMENT 5
CODE:
8
EXAMPLE:
9
EXPERIMENT 6
PART 1:
PART 2:
10
PART 3:
1
1
EXPERIMENT 7
12
EXPERIMENT 8
Perform analysis of optimal solution of simplex method Linear
Programming Problem using TORA (software).
13
EXPERIMENT 9
14
EXPERIMENT 10
15
1
6