Is there any API for constraint based programming in java -


is there api available constraint based programming in java.

i went down similar path , came across jopt. project worth attention, 1 of maintainers of project pointed me more mature , active project called choco, isn't mentioned in wikipedia article. more recent versions of choco create clear separation between constraint model specification , solver. quick overview, may interested in reviewing choco's documentation.

as java programmer interested in constraint-based programming, might want check out jsr 331, specification constraint-based programming api packaged under javax.constraints. (choco involved in coregulation of jsr.)


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -