Personal tools
You are here: Home News Emma 1.0 released
Our Mission

"Help you to efficiently design and develop applications that will determine the best actions for your business and will help you make the best decisions"

 

Emma 1.0 released

The first release of Emma is now available

Emma is a Python package designed for solving optimization problems. It contains a group of utilities that will help you model the problem and efficiently use your knowledge of it to solve it.

One of Emma’s modules deals with constraint programming. Constraint Programming is a branch of operational research specialized in combinatorial problems. Its main porpoise is to solve constraint satisfaction problems, CSP’s, that is, finding feasible solutions of problems without considering objectives functions. This module gives you tools to model operational research problems, an algorithm to solve CSP’s, a set of search utilities to find good solutions, and when possible optimize your problem.

Document Actions