Add a new module: 'welfare'
This is part of a larger refactoring effort of the remind core. Here, code related to the social welfare functions has been moved from the core to the new module. Some renaming was required. For now, only one module realization exists, 'utilitarian', which corresponds one to one to what was in the core before. This refactoring exercises has no effect on the results!
Showing
- config/default.cfg 5 additions, 1 deletionconfig/default.cfg
- core/datainput.gms 0 additions, 3 deletionscore/datainput.gms
- core/declarations.gms 0 additions, 21 deletionscore/declarations.gms
- core/equations.gms 0 additions, 60 deletionscore/equations.gms
- core/sets.gms 2 additions, 0 deletionscore/sets.gms
- main.gms 5 additions, 3 deletionsmain.gms
- modules/02_welfare/module.gms 14 additions, 0 deletionsmodules/02_welfare/module.gms
- modules/02_welfare/utilitarian/bounds.gms 17 additions, 0 deletionsmodules/02_welfare/utilitarian/bounds.gms
- modules/02_welfare/utilitarian/datainput.gms 12 additions, 0 deletionsmodules/02_welfare/utilitarian/datainput.gms
- modules/02_welfare/utilitarian/declarations.gms 50 additions, 0 deletionsmodules/02_welfare/utilitarian/declarations.gms
- modules/02_welfare/utilitarian/equations.gms 63 additions, 0 deletionsmodules/02_welfare/utilitarian/equations.gms
- modules/02_welfare/utilitarian/realization.gms 17 additions, 0 deletionsmodules/02_welfare/utilitarian/realization.gms
- modules/include.gms 1 addition, 0 deletionsmodules/include.gms
Loading
Please register or sign in to comment