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] # total expences over time horizon requires total_expences [CHF] required total_expences >= provided total_transport_expences + provided total_investments + provided profit }
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 β”‚                                        
β”‚  5 nodes, 4 edges                                                                            
β”‚   connected rec: βœ“                                                                           
β”‚  provided profit                   ≀ profit 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 β”‚                                        
  β”” M_Res_AddMany_DP SB(β‰₯0)Γ—SB(β‰₯0)Γ—SB(β‰₯0) ⟨CHF,CHF,CHF⟩  β‡Έ  SB(β‰₯0) CHF                         
     𝒇₁ + 𝒇₂ + 𝒇₃ ≀ 𝒓                                                                          
    β”œ      Fs: β”œ SB(β‰₯0) CHF                                                                    
    β”‚          β”œ SB(β‰₯0) CHF                                                                    
    β”‚          β”” SB(β‰₯0) CHF                                                                    
    β”œ opspace: SB(β‰₯0) CHF                                                                      
    β””    algo: ApproximationAlgorithms - ApproximationAlgorithms.VAN_DER_CORPUT                

hel1-z7-prod-editor-1 Restart page