Information du cours:
Operations Research (OR) is a field in which people use mathematical and engineering methods to study optimization problems in Business and Management, Economics, Computer Science, Civil Engineering, Electrical Engineering, etc. This course focuses on deterministic optimization techniques, which is a major part of the field of OR. We study some efficient algorithms for solving linear programs, integer programs, and nonlinear programs. We also introduce the basic computer implementation of solving different programs, integer programs, and nonlinear programs and thus an example of algorithm application will be discussed
Operations Research (OR) is a field in which people use mathematical and engineering methods to study optimization problems in Business and Management, Economics, Computer Science, Civil Engineering, Electrical Engineering, etc. This course focuses on deterministic optimization techniques, which is a major part of the field of OR. We study some efficient algorithms for solving linear programs, integer programs, and nonlinear programs. We also introduce the basic computer implementation of solving different programs, integer programs, and nonlinear programs and thus an example of algorithm application will be discussed
Book :
Operations Research : Theory and Applications
J.K Sharma, 2012 |
|
Schedule :
Date |
Topic | Reading | Documentation |
Additional Material | Assignement | |
---|---|---|---|---|---|---|
Graph Theory | ||||||
08/03/2022 | Introduction | Book: Ch.1 |
Introduction |
|||
15/03/2022 | graphs, chains, represenation |
Book: 2.1-2.4 | Non Oriented graphs |
graphs1 |
||
21/03/2022 | graphs, circuit, chemin, coloring |
Book: 2.1-2.4 | Oriented graphs |
graphs 2 |
||
28/03/2022 | Single shortest path |
Book: 2.5-2.6 | Shortest paths |
chemins et cycles |
||
Linear Programming | ||||||
27/04/2022 | The Graphical Method |
Book: Chapter 3 | Graphical Method |
graphical.pdf |
||
04/05/2022 | The Simplex Method |
Book: Chapter 4 | Simplex Method |
Simplex.pdf |
||
11/05/2022 | Duality |
Book: Chapter 5 | Duality |
Duality.pdf |
||
Non Linear Programming | ||||||
Sequencing |