Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified and more basic fixpoint iteration (#1810)
* Try a new eog iteration * Small changes * remove comment * small cleanup * Cleanup * Test PowersetLattice * MapLattice test * Comment * Test tuple lattice * Test triple lattice * More equals * Update MapLattice iteration * Formatting * Fix bug in comparison * Remove debug things * Fix cpg core * Reduce heap size again * Rename stuff * Explain and use the typealiases * Update description * Try more redesign * provide bottom element * Try to test * Some fixes, transfer tests * fix broken equals check * More redesign * Some more documentation * More open, minor fix * Fix bug with element set * Remove obsolete files * Improved performance options in identity set * Improved performance of comparisons and lub * Reduce amount of duplicate code * Adapt test to less copying of objects * IdentitySet coverage * Lattice compare coverage * More coverage of PowersetLattice * powerset lattice glb * MapLattice glb * Test coverage * Rename and refactor * Some more documentation * Nicer order
- Loading branch information