Differences

This shows you the differences between two versions of the page.

Link to this comparison view

home_test_julia [2017/02/07 10:18]
antonello
home_test_julia [2018/06/18 15:11]
Line 1: Line 1:
  
-Run, only once, the following code to install JuMP language and a couple of open source solvers: 
-<code julia> 
- 
-Pkg.update()                         
-Pkg.add("JuMP"          # asdasd           
-Pkg.add("GLPKMathProgInterface"    
-Pkg.add("Ipopt"                   
-Pkg.add("DataFrames"               
-</code> 
- 
- 
-<code julia> 
-# Import of the JuMP and DataFrames modules (the latter one just to import the data from a header-based table, as in the original trasnport example in GAMS  
-using JuMP, DataFrames 
-</code> 
- 
-<code julia> 
-# Define sets # 
-#  Sets 
-#         canning plants   / seattle, san-diego / 
-#         markets          / new-york, chicago, topeka / ; 
-plants  = ["seattle","san_diego"         # canning plants 
-markets = ["new_york","chicago","topeka" # markets 
-</code> 
home_test_julia.txt · Last modified: 2018/06/18 15:11 (external edit)
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0