Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 664 Bytes

File metadata and controls

8 lines (6 loc) · 664 Bytes

ORExamples

This repo contains some of my codes during learning of OR.

  • Exam schedule (demo): A very simple yet interesting exam schedule based on integer program.
  • Circle Pack: To Pack circles in a bigger circle, based on circlify, support multi-level packer. Also refer to d3.js.
  • Rectangle Pack: To Pack rectangles in a bigger rectangle! Set cover and Guillotine cut supported.
  • Minimum Circie Cover: To cover vertices in a bigger circle. Support larger dimension.