A problem where you maximize or minimize a real function by systematically choosing input values from an allowed set and computing the value of the function and a set of variables , with some equality constraints of the form “” and some disequality constraints, of the form “ .” For that instance, the constraints is given in the question is,
Cannot be satisfied. And that will takes as input m constraints over n variables.
Let’s take input: m and n, which contain variables as x and y also contains constraints over these all variable, the program analysis using constraints is divisible into constraint generation and constraint resolution. Constraint generation produces constraints from a program text that give a declarative speciation of the desired information about the program. Constraint resolution (i.e., solving the constraints) then computes this desired information. In the author’s view, the constraint-based analysis paradigm is appealing for three primary reasons constraints separate speciation from implementation, constraints yield natural speculations and constraints enable sophisticated implementations.
Here, set of variables, with some equality constraints of the form “ ” and some disequality constraints, of the form is. An inequality constraint can be either active, ε-active, violated, or inactive at a design point. On the other hand, an equality constraint is either active or violated at a design point.
For equality constraints of the form the condition must be follows: “”.
And for disequality constraints, of the form the condition must be follows: “inequality constraints”.
And by the definition of the equality constraints and from the disequality constraints these above both the conditions satisfy the instances which are showing in the equation.
, hence it is shown in the equation that in the prefix constraints it follows equality constraints and in the end equation it shows the inequality constraints with the variable here and treated it as input variable . follows equality constraints. And hereis inequality constraints with this condition .Hence, it satisfy the constraints.