Discussion:
[m-dev.] a Chuffed solver type?
Daniels, Marcus G
2016-10-17 23:07:55 UTC
Permalink
Hi,

I'm thinking of writing a solver type for Chuffed<https://github.com/geoffchu/chuffed>. Can anyone see obstacles to doing this?

Thanks,

Marcus
Julien Fischer
2016-10-22 07:49:33 UTC
Permalink
Hi Marcus,
I¢m thinking of writing a solver type for Chuffed.  Can anyone see obstacles to doing this?
As part of the G12 project at NICTA we had several interfaces to lazy
clause generation solvers and we certainly used solver types to define
interface to them at one point.

The only thing I can think of that might be an issue is that the
choicepoint_id mechanism described in the trailing section of the
reference manual doesn't work properly. (That said, G12 implemented
interfaces to dozens of solvers and that was never an issue for us.)

Julien.

Loading...