Remix.run Logo
RomanPushkin 5 days 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)

aaronblohowiak 5 days ago | parent | next [-]

import z3

cerved 4 days ago | parent [-]

from ortools.sat.python import cp_model

henry2023 4 days ago | parent | prev [-]

Have you ever tried or this is your assumption of what the interviewer would say.