constraint programming

Programming Talks tagged with: "constraint programming"

[JSConfUS 2013] Adam Solove: Constraint programming in the browser

[JSConfUS 2013] Adam Solove: Constraint programming in the browserSlides: https://github.com/asolove/jsconf-2013-slides Description: Constraint programming is a paradigm that lets programmers specify the relationships between different variables, and then maintain those relationships even as the user toys with each variable. Cassowary is a fast constraint solver which now powers auto layout in iOS applications. The JavaScript port of Cassowary brings fast ...