Explore >> Select a destination


You are here

sasnauskas.eu
| | kevinkle.in
17.3 parsecs away

Travel
| | I modeled solving a Sudoku board as a constraint optimization problem.
| | matbesancon.xyz
12.1 parsecs away

Travel
| | Solving a cutting stock problem step by step using Julia and JuMP
| | www.jeremykun.com
24.7 parsecs away

Travel
| | Table of Contents In this article we'll implement a global optimization pass, and show how to use the dataflow analysis framework to verify the results of our optimization. The code for this article is in this pull request, and as usual the commits are organized to be read in order. The noisy arithmetic problem This demonstration is based on a simplified model of computation relevant to the HEIR project. You don't need to be familiar with that project to follow this article, but if you're wondering why s...
| | www.softdevtube.com
111.5 parsecs away

Travel
| The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a