Skip to content

Commit

Permalink
Add layout of OR slides
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCools committed Jan 28, 2025
1 parent 82bf5fa commit aac727f
Showing 1 changed file with 74 additions and 1 deletion.
75 changes: 74 additions & 1 deletion events/2025-01-31-Timefold_for_Operations_Research.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ <h1>

<section>
<section data-background-color="#3e00ff">
<h2>Why are so many OR problems left unsolved?</h2>
<aside class="notes">
Hint at the complexity, then say: "maybe it's because of things like this: move to next slide"
</aside>
</section>
<section>
<h2>What does this do? -COMPEX MATH-</h2>
<aside class="notes">
Use this as an icebreaker, ask them the question, then point out it's a language not many people speak.
Expand All @@ -55,13 +61,73 @@ <h2>What does this do? -COMPEX MATH-</h2>
</aside>
</section>
<section>
<ul>
<li>LP</li>
<li>MIP</li>
<li>CP</li>
<li>Simplex</li>
</ul>
<div class="fragment" style="rotate: 30deg">Sounds like a magical incantation 🪄</div>
<aside class="notes">
Magic is often not trusted by business
</aside>
</section>
<section data-background-color="#3e00ff">
<h2>Free the world of wasteful scheduling</h2>
<aside class="notes">
Complex math isn't going to work if we want to scale it up, we need to make it more approachable.
</aside>
</section>
<section>
<h2>How</h2>
<h2>Driving the world towards the goal</h2>
<ul>
<li>Teach about OR: Academy (video, blogs, etc)</li>
<li>Provide Easy to use OR Solutions:
<ul>
<li>Solver</li>
<li>Pre-Made Models</li>
</ul>
</li>
</ul>
<aside class="notes">
Give them an overview of what we do: "Come for the knowledge, stay for the platform"
</aside>
</section>
</section>

<section>
// PART 1, Away from pure academical problems to the real world

TSP, VRP CVRP CVRPTW vs FSR
Racecar vs Real world

</section>

<section>
// PART 2
Timefold Solver

Show a few quickstarts "Don't just believe us, try it yourself"

(Go into solver with Timefold + some benchmarks?)

</section>

<section>
// PART 3
Next level abstraction: Models

Focus on:
- ease of use
- performance
- Time to market and thus reduced risk
</section>

<section>
// REPACK, summarize and end with our mission

<section>
<h2>Discussed</h2>
<ul>
<li>Teach about OR: Academy (video, blogs, etc)</li>
<li>Provide Easy to use OR Solutions:
Expand All @@ -71,6 +137,13 @@ <h2>How</h2>
</ul>
</li>
</ul>
<aside class="notes">
Give them an overview of what we do: "Come for the knowledge, stay for the platform"
</aside>
</section>

<section data-background-color="#3e00ff">
<h2>Free the world of wasteful scheduling</h2>
<aside class="notes">
Complex math isn't going to work if we want to scale it up, we need to make it more approachable.
</aside>
Expand Down

0 comments on commit aac727f

Please sign in to comment.