Reputation: 546
Please read the following scenario and tell me what's the problem:
Upvotes: 1
Views: 220
Reputation: 2037
CP1 will not be affected because it doesn't read the global objective values. Only CP2 has access to the global objective values since it has "readSatisfiedStatus" set to true. "writeSatisfiedStatus" is the same as assigning a value to a variable, while "readSatisfiedStatus" reads the value assigned to that variable.
Upvotes: 1