Add C# .NET 10 EverySecondTurnSolver#74
Conversation
…rTools - Created DotNet/EverySecondTurnSolver solution and project. - Ported Python logic to C# using CP-SAT. - Implemented connectivity constraints and iterative subtour elimination. - Added Program.cs with a sample runner.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
Qodana Community for Python125 new problems were found
☁️ View the detailed Qodana report Contact Qodana teamContact us at qodana-support@jetbrains.com
|
…lasses, clean up grid handling and improve solver code structure
…eparate files, simplify solver logic, and add a test project
…project dependencies for .NET 10 compatibility
b3e0797 to
4eee258
Compare
|
Try to use or-tools witch is wasm compatible |
This PR adds a C# .NET 10 solution that ports the EverySecondTurnSolver from Python. It uses the Google.OrTools NuGet package to solve the puzzle using CP-SAT. The implementation includes the main solver logic, grid/graph helpers, and a console runner with a sample grid.
PR created automatically by Jules for task 18085602468832694473 started by @newtomsoft