Wiki

Clone wiki

OscaR / todo4release1.0

CPScheduling

  • Finish the alternative unit resources and test it (Pierre)

Various

  • Move selectors, etc in util package (Pierre)

CBLS

  • Unify wrt to other solvers API (LSSolver, LSVarInt, operator overload on LSVarInt) => Renaud
  • Scalaify the API (no get,set methods, prefer the syntactic sugar for this with _= ) for instance val v = X.value, X.value = 2 => Renaud
  • Use Java/Scala naming conventions (no capital letters to start variables or methods) => Renaud
  • write CBLS examples (Renaud and Pierre)
  • make bulking automated (Renaud) DONE

Visu

  • Move the visu completely to Scala (currently mainly Java with horrible get/set methods)

Continuous Integration in INGI

  • Do it (Pierre)

Doc

  • Make sure it is ok on the Wiki wrt to current implem

Organization

  • make directory structure cleaner?
    • demo.tsp => examples/cp/tsp
    • invariants => ??
    • des.enngine => des

Updated