* representation (i.e. all the literals of a clause are watched)
* for the ORIGINAL clauses and watched-literals clause
* representation for learnt clauses.
*/
public static Solver<ILits,DataStructureFactory<ILits>> newMiniLearningCBWL() {
return newMiniLearning(new ClausalDataStructureCBHT());
}