Skip to main content

Questions tagged [constraint-satisfaction]

2 votes
1 answer
126 views

Problem. We study a local rewriting map defined on $5$-letter words over the alphabet $\{0,1,2,3\}$. A fixed forbidden-block set $\mathcal{F}$ of $16$ length-$3$ patterns is given by $$\mathcal{F}= \{...
Dang Dang's user avatar
  • 111
1 vote
1 answer
58 views

I'm watching CS50AI's week 3 video, particularly the part describing the AC-3 algorithm, which starts at around 1h 10m. I'll paraphrase the algorithm ...
James's user avatar
  • 111
1 vote
0 answers
53 views

Problem Description: I have a standard transportation problem with: m sources, each with a given supply capacity. n destinations, each with a specific demand. A cost associated with transporting ...
R T's user avatar
  • 11
1 vote
0 answers
58 views

Imagine a circular permutation of n points on a circle, if we draw a line connecting any pair of points, the rest of the points are divided into two sets that are on the same side. We can partition a ...
puzzler's user avatar
  • 11
1 vote
1 answer
112 views

I am exploring two kinds of model $𝑝_{π‘š,𝑛,k}$ and $S_{m,n,k}$ within the realm of satisfiability problems (SAT). Formal construction of $𝑝_{π‘š,𝑛,k}$ To construct the $𝑝_{π‘š,𝑛,k}$ model in ...
Jxb's user avatar
  • 399
1 vote
0 answers
53 views

I am currently writing a tool that will be used in an industrial process to place components with physical requirements. It boils down to the following: I have a set of points (typically, a few ...
Yoric's user avatar
  • 111
0 votes
1 answer
404 views

Suppose a generalized version of k-SAT where the usual clauses (disjunctions of literals) are generalized to arbitrary Boolean functions of k variables. (For example, $(x \oplus (y \land z)), ((x \...
user avatar
1 vote
0 answers
76 views

Following this blog post about the Arc Consistency algorithms. Namely, the explanation on AC4. Consider the following example: If I understand AC problems correctly. Then: We have two known ...
bli00's user avatar
  • 111

15 30 50 per page
1
2 3 4 5
…
11