<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Thu, 30 Apr 2026 10:43:01 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>WTF# - Episodes Tagged with “Optimization”</title>
    <link>https://www.wtfsharp.net/tags/optimization</link>
    <pubDate>Thu, 04 Mar 2021 09:00:00 -0500</pubDate>
    <description>Curious as to what's happening in the F# ecosystem? Whether you're a long-time F# lover or functionally curious, this is a great means of keeping up to speed with functional programming on the .NET platform!
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>What is going on in the F# ecosystem?</itunes:subtitle>
    <itunes:author>Stachu Korick</itunes:author>
    <itunes:summary>Curious as to what's happening in the F# ecosystem? Whether you're a long-time F# lover or functionally curious, this is a great means of keeping up to speed with functional programming on the .NET platform!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:owner>
      <itunes:name>Stachu Korick</itunes:name>
      <itunes:email>hello@stachu.net</itunes:email>
    </itunes:owner>
<itunes:category text="Technology"/>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<item>
  <title>WTF# is Mathematical Planning?</title>
  <link>https://www.wtfsharp.net/wtfsharp-is-math-planning</link>
  <guid isPermaLink="false">c01643f5-d4a8-4f59-955a-b1eba744a04f</guid>
  <pubDate>Thu, 04 Mar 2021 09:00:00 -0500</pubDate>
  <author>Stachu Korick</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/8504b886-5e40-422f-b79d-66d39aa58528/c01643f5-d4a8-4f59-955a-b1eba744a04f.mp3" length="64942282" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>Stachu Korick</itunes:author>
  <itunes:subtitle>In this conversation, we cover Matthew's background in software, his passion for mathematical planning, what mathematical planning is, how to use it within F#, and how to get started.</itunes:subtitle>
  <itunes:duration>1:03:26</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/8504b886-5e40-422f-b79d-66d39aa58528/cover.jpg?v=1"/>
  <description>Show notes:
Matthew's workshop on mathematical planning:
https://www.youtube.com/watch?v=KlUT7FXnzqg
Modeling Libraries
.NET : OPTANO (https://optano.com/en/modeling/)
F# : Flips (https://flipslibrary.com/)
Python : PuLP (https://pypi.org/project/PuLP/)
Solvers:
Open Source
COIN-OR CBC : https://projects.coin-or.org/Cbc
Google GLOP : https://developers.google.com/optimization
Commercial
Gurobi : https://www.gurobi.com/
IBM CPLEX : https://www.ibm.com/analytics/cplex-optimizer
Frontline Solver : https://www.solver.com/
LocalSolver : https://www.localsolver.com/
Scheduling NFL with Gurobi (https://youtu.be/njISXhlc1Rw) Special Guest: Matthew Crews.
</description>
  <itunes:keywords>fsharp, F#, math, planning, optimization, mathematical planning</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Show notes:</p>

<p>Matthew&#39;s workshop on mathematical planning:<br>
<a href="https://www.youtube.com/watch?v=KlUT7FXnzqg" rel="nofollow">https://www.youtube.com/watch?v=KlUT7FXnzqg</a></p>

<h1>Modeling Libraries</h1>

<ul>
<li>.NET : OPTANO (<a href="https://optano.com/en/modeling/" rel="nofollow">https://optano.com/en/modeling/</a>)</li>
<li>F# : Flips (<a href="https://flipslibrary.com/" rel="nofollow">https://flipslibrary.com/</a>)</li>
<li>Python : PuLP (<a href="https://pypi.org/project/PuLP/" rel="nofollow">https://pypi.org/project/PuLP/</a>)</li>
</ul>

<h1>Solvers:</h1>

<h2>Open Source</h2>

<ul>
<li>COIN-OR CBC : <a href="https://projects.coin-or.org/Cbc" rel="nofollow">https://projects.coin-or.org/Cbc</a></li>
<li>Google GLOP : <a href="https://developers.google.com/optimization" rel="nofollow">https://developers.google.com/optimization</a></li>
</ul>

<h2>Commercial</h2>

<ul>
<li>Gurobi : <a href="https://www.gurobi.com/" rel="nofollow">https://www.gurobi.com/</a></li>
<li>IBM CPLEX : <a href="https://www.ibm.com/analytics/cplex-optimizer" rel="nofollow">https://www.ibm.com/analytics/cplex-optimizer</a></li>
<li>Frontline Solver : <a href="https://www.solver.com/" rel="nofollow">https://www.solver.com/</a></li>
<li>LocalSolver : <a href="https://www.localsolver.com/" rel="nofollow">https://www.localsolver.com/</a></li>
</ul>

<p>Scheduling NFL with Gurobi (<a href="https://youtu.be/njISXhlc1Rw" rel="nofollow">https://youtu.be/njISXhlc1Rw</a>)</p><p>Special Guest: Matthew Crews.</p>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Show notes:</p>

<p>Matthew&#39;s workshop on mathematical planning:<br>
<a href="https://www.youtube.com/watch?v=KlUT7FXnzqg" rel="nofollow">https://www.youtube.com/watch?v=KlUT7FXnzqg</a></p>

<h1>Modeling Libraries</h1>

<ul>
<li>.NET : OPTANO (<a href="https://optano.com/en/modeling/" rel="nofollow">https://optano.com/en/modeling/</a>)</li>
<li>F# : Flips (<a href="https://flipslibrary.com/" rel="nofollow">https://flipslibrary.com/</a>)</li>
<li>Python : PuLP (<a href="https://pypi.org/project/PuLP/" rel="nofollow">https://pypi.org/project/PuLP/</a>)</li>
</ul>

<h1>Solvers:</h1>

<h2>Open Source</h2>

<ul>
<li>COIN-OR CBC : <a href="https://projects.coin-or.org/Cbc" rel="nofollow">https://projects.coin-or.org/Cbc</a></li>
<li>Google GLOP : <a href="https://developers.google.com/optimization" rel="nofollow">https://developers.google.com/optimization</a></li>
</ul>

<h2>Commercial</h2>

<ul>
<li>Gurobi : <a href="https://www.gurobi.com/" rel="nofollow">https://www.gurobi.com/</a></li>
<li>IBM CPLEX : <a href="https://www.ibm.com/analytics/cplex-optimizer" rel="nofollow">https://www.ibm.com/analytics/cplex-optimizer</a></li>
<li>Frontline Solver : <a href="https://www.solver.com/" rel="nofollow">https://www.solver.com/</a></li>
<li>LocalSolver : <a href="https://www.localsolver.com/" rel="nofollow">https://www.localsolver.com/</a></li>
</ul>

<p>Scheduling NFL with Gurobi (<a href="https://youtu.be/njISXhlc1Rw" rel="nofollow">https://youtu.be/njISXhlc1Rw</a>)</p><p>Special Guest: Matthew Crews.</p>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
