Editor
Visualization
# expences Design Problem mcdp { # total expences from transport (time dependent) provides total_transport_expences [CHF] # total investment cost (time independent) provides total_investments [CHF] # profit over entire time horizon provides profit [CHF] # price for total emissions (time dependent) provides total_emissions_priced [CHF] # total expences over time horizon requires total_expences [CHF] required total_expences >= provided total_transport_expences + provided total_investments + provided profit + total_emissions_priced }
Internal representation details
CompositeNDP                                                                                   
β”‚    provides   total_transport_expences   SB(β‰₯0) CHF β”‚ requires   total_expences   SB(β‰₯0) CHF 
β”‚    provides   total_investments          SB(β‰₯0) CHF β”‚                                        
β”‚    provides   profit                     SB(β‰₯0) CHF β”‚                                        
β”‚    provides   total_emissions_priced     SB(β‰₯0) CHF β”‚                                        
β”‚  6 nodes, 5 edges                                                                            
β”‚   connected rec: βœ“                                                                           
β”‚  provided profit                   ≀ profit provided by _sum                     equiv id    
β”‚  provided total_emissions_priced   ≀ total_emissions_priced provided by _sum     equiv id    
β”‚  provided total_investments        ≀ total_investments provided by _sum          equiv id    
β”‚  provided total_transport_expences ≀ total_transport_expences provided by _sum   equiv id    
β”‚  _result required by _sum          ≀ required total_expences                     equiv id    
β”” SimpleWrap                                                                                   
  β”‚  provides   total_transport_expences   SB(β‰₯0) CHF β”‚ requires   _result   SB(β‰₯0) CHF        
  β”‚  provides   total_investments          SB(β‰₯0) CHF β”‚                                        
  β”‚  provides   profit                     SB(β‰₯0) CHF β”‚                                        
  β”‚  provides   total_emissions_priced     SB(β‰₯0) CHF β”‚                                        
  β”” M_Res_AddMany_DP WU ⟨CHF,CHF,CHF,CHF⟩  β‡Έ  SB(β‰₯0) CHF                                       
                     β”” Ξ <4>                                                                    
                       β”œ SB(β‰₯0)                                                                
                       β”œ SB(β‰₯0)                                                                
                       β”œ SB(β‰₯0)                                                                
                       β”” SB(β‰₯0)                                                                
     𝒇₁ + 𝒇₂ + 𝒇₃ + 𝒇₄ ≀ 𝒓                                                                     
    β”œ      Fs: β”œ SB(β‰₯0) CHF                                                                    
    β”‚          β”œ SB(β‰₯0) CHF                                                                    
    β”‚          β”œ SB(β‰₯0) CHF                                                                    
    β”‚          β”” SB(β‰₯0) CHF                                                                    
    β”œ opspace: SB(β‰₯0) CHF                                                                      
    β””    algo: ApproximationAlgorithms - ApproximationAlgorithms.VAN_DER_CORPUT                

hel1-z7-prod-editor-3 Restart page