Passer au contenu principal
Tangente

At the confluence of algorithmics and modeling

A million-dollar problem: finding a solution, is it as easy as verifying it? Written in the form 'P = NP?', this problem remains open for now. Thus, showing that a schedule satisfies the imposed constraints is easy, but finding one that works? If one must enumerate them one by one to test them, one risks spending more time than the age of the Sun, whereas we would like to have the solution in five minutes or twenty-four hours. We first seek to identify problems that we know how to solve quickly. For the others, we will use if possible intelligent tree searches, efficient exact algorithms of the combinatorial path-finding type, or approximate methods (metaheuristics).