You are here |
sasnauskas.eu | ||
| | | |
kevinkle.in
|
|
| | | | I modeled solving a Sudoku board as a constraint optimization problem. | |
| | | |
matbesancon.xyz
|
|
| | | | Solving a cutting stock problem step by step using Julia and JuMP | |
| | | |
www.jeremykun.com
|
|
| | | | 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
|
|
| | 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 |