Skip to content

Implement generalized circuits #102

@engboris

Description

@engboris

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions