conjure-cp / VIP

1 stars 1 forks source link

Continue Chuffed Rust Bindings Implementation #5

Open Kieranoski702 opened 10 months ago

Kieranoski702 commented 10 months ago

The rust native interface for chuffed has not been fully completed. A new project could aim to complete this by either implementing a representation of the Problem class from Chuffed in Rust or by representing Chuffed’s global state called FlatZincSpace.

Additionally, this project could also create the solver adaptor layer for chuffed. A solver adaptor layer translates a model into solver-specific data structures and runs the solver.

Relevant issues and pull requests from last semester's work on this project: