I tested out the examination example of Drools Planner. After a while I wanted to solve a unsolved problem. I started the app, selected an xml-file and hit the solve button. In my XML file were 5 exams with 5 different topics (t1, t2, t3, t4, t5).
Drools generated a solution. In this solution are 5 exams but all of them have the same type of topic (t1). I don't find the failure why drools give me 5 exams with the same topic. At the beginning (before solving) the debugger tells me that all exams have different topic.
Normally the topic of an exam shouldn't be changed.
In my ExaminationSolutionInitializer.java the methhod "changeWorkingSolution" returns a the wrong Solution. scoreDirector.getWorkingSolution() generated the exams with only one topic.
Could anybody help me?