Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 437 Bytes

File metadata and controls

8 lines (5 loc) · 437 Bytes

Char Converter

The example of applying a constraint programming paradigm for converting Characters to/from Ascii codes and changing their cases. The System (a network built of connectors and constraints) is represented by the diagram:

The system's diagram

It allows to set a value of any connector and get a calculated result on all other connectors by propagating updates using the message passing approach.