New opensource constraint solver
- From: "mystafer" <mystafer@xxxxxxxxx>
- Date: 27 Feb 2006 09:24:44 -0800
The jOpt open source optimization project has just released the beta
version 1.0 of its CSP constraint solver.
Here's a quick summary of features
- Finite integer numeric variables
- Floating point numeric variables
- Integer set variables
- Numeric, boolean, trigonometric, and set constraints, etc.
- Generic constraints such as summations, indexed variables (similar to
having subscripts on a variable), all-different, etc.
Lots of searching capabilities:
- DFS, BFS
- Different memory models for tracking the data during searches
- Ability to define actions that will produce a search tree that are
navigated by search techniques such as the order variables are selected
for generation and how values are assigned
- Local Neighborhood Search techniques
For more information please visit: http://jopt.sourceforge.net
.
- Prev by Date: Re: CLP - C++ library
- Next by Date: Koalog Configurator v1.1 released
- Previous by thread: Re: CLP - C++ library
- Next by thread: Koalog Configurator v1.1 released
- Index(es):