-
Recent Posts
Archives
Blogroll
Conferences
Meta
Categories
Author Archives: jacobfeldman
JSR-331 in different JVM languages
When we initiated JSR-331 standard, the choice of Java was justified (besides other practical advantages) by the fact that users would be able to create their own friendly DSLs (domain specific languages) using different JVM languages. Probably it will be … Continue reading
Posted in Uncategorized
2 Comments
Clojure and JSR-331
Oscar Riveros used JSR-331 to develop a Clojure-based environment for solving puzzles. You may read more in this manual “Constraint Programming with Puzzles“. All sources and examples are freely available from GitHub. I haven’t had a chance to check it myself … Continue reading
Posted in Uncategorized
Leave a comment
Workshop “CP Solvers” at CP-2013
This year the major annual conference “CP 2013“ will include a workshop “CP Solvers: Modeling, Applications, Integration, and Standardization” that will be held in Uppsala, Sweden on September 16, 2013.
Posted in Uncategorized
Leave a comment
JSR-331 at CPAIOR 2013
I plan to present the latest state of the JSR-331 standard at the major CP conference CPAIOR that will be held at Yourtown Heights, NY, USA on May 18-22, 2013.
Posted in Uncategorized
Leave a comment
JSR-331 at JavaOne 2012
I am presenting Constraint Programming for Java Developers at the JavaOne conference on Oct.1 at 10:00 – 11:00 am in San Francisco
Posted in Uncategorized
6 Comments
JSR-331 at ISMP 2012
Narendra Jussien has presented JSR-331 at The 21st International Symposium on Mathematical Programming ISMP-2012.
Posted in Uncategorized
Leave a comment
Six New JSR-331 Implementations with Linear Solvers
As we planned from the very beginning, now we’ve successfully added 6 more JSR-331 implementations using various open source and commercial Linear Programming (LP) tools.
Posted in Uncategorized
Leave a comment
JSR-331 is now an official standard!
JSR-331 successfully passed the Final Approval Ballot. The JCP Executive Committee that includes representatives of IBM, RedHat, Fujitsu, Intel, SAP, Eclipse, HP, and others voted “Yes” on the Final Release that we submitted in January.
Posted in Uncategorized
1 Comment
Using Decision Tables to model and solve Scheduling and Resource Allocation Problems
A new release of OpenRules Rule Solver allows business analysts to model their scheduling and resource problems directly in Excel without any programming. The Rule Solver automatically generates (on-the-fly) a CSP in terms of the JSR-331 and then executes it using … Continue reading
JSR-331 release 1.0.0 is available for free downloads
Everybody who is interested in using constraint programming tools in Java may now download JSR-331 v. 1.0.0 from http://openrules.com/jsr331. You may download JSR-331 executables and sources, try multiple examples of constraint satisfaction and optimization problems, and start writing CP-based engines for your … Continue reading
Posted in Uncategorized
Leave a comment