Skip to content

CP-SAT: Best way to find infeasible constraints #973

@Phibedy

Description

@Phibedy

Is there some builtin method to get the constraints which can't be solved?

If not would it be better to try

  • to solve it ignoring one element after the other (permutations or maybe some smart search)
  • make all constraints optionally by introducing a boolean variable which states if the constraint should hold. Afterwards the sum of all booleans is maximized

Thank you for your time 👍

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions