Tutorial 1b - MIS Example Use case¶
Draw inspiration from this: youtube.com/watch?v=safEBBbAAxE
From the problem to MIS¶
TODO: Load dataset representing satellites and constraints, e.g. if a satellite is on orbit X, it cannot be on orbit Y, if a satellite wishes to photograph city A, it must be on orbit X, two satellites cannot be on the same orbit etc.
TODO: Convert to MIS
Solve with MIS¶
As in tutorial 1 (in fact, we probably want to merge this with tutorial 1a)
Show solution¶
TODO