Coder Social home page Coder Social logo

juliacon2018_jump_workshop's Introduction

JuMP Workshop at JuliaCon 2018

This site contains materials for the JuMP workshop at JuliaCon 2018. It is based on materials and notebooks from various sources including the JuliaOpt notebooks, the 2018 ISCO Spring School and the second annual JuMP-dev workshop.

Installation Instructions

You should use the latest version of Julia v1.1. Binaries of Julia for all platforms are available here.

You can download the materials by running

git clone https://github.com/juan-pablo-vielma/JuliaCon2018_JuMP_Workshop

or downloading this zip file.

Finally, you can install Jupyter and its Julia backend IJulia by running the following code in the Julia REPL.

import Pkg
ENV["JUPYTER"]=""
Pkg.add("Conda")
Pkg.add("IJulia")
import Conda
Conda.add("jupyter")

You can then run the following command to start Jupyter.

using IJulia
IJulia.notebook()

Each notebook includes a cell with the commands

import Pkg
Pkg.activate(@__DIR__)
Pkg.instantiate()

that will install all required packages described by the included Project.toml and Manifest.toml files.

juliacon2018_jump_workshop's People

Contributors

blegat avatar juan-pablo-vielma avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

juliacon2018_jump_workshop's Issues

GLPK syntax

Did the GLPK syntax change when calling the Optimizer? I can't replicate the Notebook's code anymore with the latest version of GLPK.jl

canset used in MOI_Slides

We need to make sure no one used MOI v0.5 for it to work. Normally it should be ok since JuMP has an upper bound on MOI v0.5 so if users follows the install steps on the README, they won't get MOi v0.5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.