How to use aea - 1 common examples

To help you get started, we’ve selected a few aea examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github betterenvi / Compiler-DFA-SSA / cs380c_lab2 / dfa.py View on Github external
def run_aea(self):
        '''
        Available Expression Analysis
        '''
        self.aea = AEA(instrs=self.instrs, cfg=self.cfg)
        self.aea.run()

aea

Autonomous Economic Agent framework

Apache-2.0
Latest version published 1 year ago

Package Health Score

61 / 100
Full package analysis

Popular aea functions