ES version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
67% Positive
Analyzed from 285 words in the discussion.
Trending Topics
#shards#sat#constraints#problem#tried#tools#minutes#hints#great#highs

Discussion (5 Comments)Read Original on HackerNews
The one thing I've been trying to model well are cover constraints where for each x : xs, there is some y : ys st. pred(x, y). I've tried both boolean matrices and index constraints, and they work but seem to be quite taxing on the solver. Maybe there's a better formulation.