Files
ortools-clone/ortools/sat/fuzz_testdata/EnumerateAllSolutions

40 lines
489 B
Plaintext
Raw Permalink Normal View History

2024-11-20 15:10:09 +01:00
# proto-file: ortools/sat/cp_model.proto
# proto-message: operations_research.sat.CpModelProto
variables {
domain: 1
domain: 4
}
variables {
domain: 1
domain: 4
}
variables {
domain: 1
domain: 4
}
variables {
domain: 1
domain: 4
}
constraints {
all_diff {
exprs {
2025-04-10 11:40:38 +02:00
vars: [0]
coeffs: [1]
}
exprs {
vars: [1]
coeffs: [1]
}
exprs {
vars: [2]
coeffs: [1]
}
exprs {
vars: [3]
coeffs: [1]
2024-11-20 15:10:09 +01:00
}
}
}