-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
There're attempts here at describing boolean circuits: https://github.com/engboris/stellogen/blob/master/examples/circuits.sg
This can easily be converted to arithmetic circuits by changing the "semantic" plugged to doors.
The problem is that doors wait for their inputs to be computed before continuing. We need a nice way to enforce such a synchronization. Currently, computation with constellation is very "free". Constellations will try to do weird things when computation is not guided. Sometimes looping forever when they could just wait for a response from the inputs. They are impatient.