logoalt Hacker News

ur-whalelast Saturday at 1:15 PM2 repliesview on HN

A short C++ example of gecode in use on their home page would be real nice.


Replies

mzllast Saturday at 3:26 PM

Adding to wavemode, the Sudoku example is a good starting point: https://github.com/Gecode/gecode/blob/master/examples/sudoku...

In the documentation (https://www.gecode.org/doc-latest/MPG.pdf) there are a lot of worked examples as well.

show 2 replies
wavemodelast Saturday at 3:04 PM

there are examples in the repo: https://github.com/Gecode/gecode/tree/master/examples

show 1 reply