1 /*
2  * Copyright (c) 2018 Helmut Neemann.
3  * Use of this source code is governed by the GPL v3 license
4  * that can be found in the LICENSE file.
5  */
6 
7 /**
8  * Classes which implement model optimizations.
9  */
10 package de.neemann.digital.hdl.model2.optimizations;
11