zenna / ParametricInversion.jl

MIT License
21 stars 2 forks source link

Implement constant propagation #5

Closed zenna closed 4 years ago

zenna commented 4 years ago

Constant propagation is important because if we know a value is constant we can not use parameters.

I'm hoping that we can reuse the constant propagation that Julia is already doing. Otherwise we will have to implement something ourselves.

zenna commented 4 years ago

Handled by mjornir #9