Comment by RomanPushkin
1 day ago
- Constraint solvers? That's a nice concept, I heard about this once. However, for the purposes of the interview, let's just write some Python code, I wanna see your way of thinking...
(I think it's almost impossible to convince your interviewer into constraint solvers, while the concept itself is great)
import z3
from ortools.sat.python import cp_model
Have you ever tried or this is your assumption of what the interviewer would say.