-
Notifications
You must be signed in to change notification settings - Fork 225
Description
As it currently stands, the most general type of boundary constraints are of the form
-
$f(X)$ is the trace column polynomial, -
$b(X)$ is a polynomial specifying the boundary values enforced on the aforementioned column, -
$Z(X)$ is a zerofier polynomial on the enforcement domain associated to the boundary constraint
However, there are situations where we want to have boundary constraints which involve more than just one trace columns polynomial, say
I thought about this a bit and it seems to me that one solution could be to treat these constraints as transitional constraints. For this we will need to handle transitional constraints with multiple divisiors which should not be too involved, I hope.
The other solution of generalizing boundary constraints to handle such general constraints seems to be more involved than the first solution.