Ahmed Elhassany

Results 27 comments of Ahmed Elhassany

Is this pull request under review? any expected time for this pull request to be merged to the main branch?

Ideally the three checks (`compute_dags`, `synthesis`, and calling the SMT solver)should be merged into one API call. This would be short future API update.

This code base is really old and unmaintained really. But try again with Z3 version 4.7.1. I just ran it on a fresh install and it worked there with no...

are you checking the return of `p.compute_dags()` before proceeding?

What's the use case of this function? This is going to make BGP messages mutable which I'm trying to avoid

Alright, I will avoid doing this one by one making arbitrarily fields mutable and immutable. Note, when responding with an open message, AS number and BGP ID can change as...

Cancelled in favor of a lighter implementation with PR #72

In NetGauze, packets are immutable by default. Maybe in the future, we can add a feature to be able to build a new packet from exiting ones if that is...