I went through the sources and found them to be fairly standard. Only thing that caught my eye was the heavy emphasis on bit-packing for the sake of performance.
Anyone trying to understand the algorithms is better off with an algorithmic OR text, as the C++ metaprogramming is a little dense on this one.
You can't build it quite yet since some dependencies (like the "gflags" directory) are entirely missing. Follow the project, they promised to release more later. It's only been out for a few days.
Comments
Here you go:
https://sites.google.com/site/ortoolssite/home/getting-start...
I went through the sources and found them to be fairly standard. Only thing that caught my eye was the heavy emphasis on bit-packing for the sake of performance.
Anyone trying to understand the algorithms is better off with an algorithmic OR text, as the C++ metaprogramming is a little dense on this one.
You can't build it quite yet since some dependencies (like the "gflags" directory) are entirely missing. Follow the project, they promised to release more later. It's only been out for a few days.
Gflags probably refers to this: http://code.google.com/p/google-gflags/