i am trying to install the java constraint solver package called choco : http://choco.sourceforge.net/first.html
please let me know how to go about, i have tried several times, with no success.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s probably just like any other java library: Add the jar to your classpath (see Eclipse preferences, java build path, add jar folder) and then follow one of their examples.
If they are in maven central (looks like choco isn’t yet), you could configure it similar to maven configuring Drools Planner (an alternative constraint programming lib in java).