-1

Are there any examples of the code for the Column generation problem (cutting stock problem or any other problem) using google OR tools in C++?

Nabin Kafle
  • 83
  • 1
  • 11

1 Answers1

3

Yes, as the name suggests, this does the job:

https://github.com/google/or-tools/blob/stable/examples/cpp/strawberry_fields_with_column_generation.cc

Laurent Perron
  • 8,594
  • 1
  • 8
  • 22