NetworkVerification / nv

A Framework for Modeling and Analyzing Network Configurations
MIT License
31 stars 2 forks source link

Change the type of combine #59

Open nickgian opened 4 years ago

nickgian commented 4 years ago

It would be useful to change the type of combine from dict[a,b] -> dict[a,b] -> dict[a,b] to dict[a,b] -> dict[a,c] -> dict[a,d]. This requires updating the type checker, BDD backend and compiler for native simulation.