y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

Add support for encoding messages into CLP's IR stream format. #20

Closed kirkrodrigues closed 1 year ago

kirkrodrigues commented 1 year ago

Description

Validation performed

Limited validation performed so far since this change does not include support for decoding. Future commits should improve this.

We did generate IR streams using the support from this change and verified that it can be decoded using our closed-source IR stream decoders (written in other languages).