Giter Club home page Giter Club logo

how_to_build_concorde's Introduction

how_to_build_concorde

This repository presents a brief instruction on how to build Concorde in Linux environment, also using the linear programming solver QSopt with a simple TSP example.

Build and Run

  1. Clone the repository in your workspace

    git clone https://github.com/daeunSong/how_to_build_concorde.git
    cd how_to_build_concorde 
    export DIR=$(pwd)

    Save your repository path in DIR, which will be used for the next steps.

  2. Build Concorde

    cd lib/concorde
    ./configure --with-qsopt=$DIR/lib/qsopt
    make -j4

    This will create the files concorde.h and concorde.a.

  3. Build and run the project

    cd $DIR
    mkdir build && cd build
    cmake ..
    make -j4
    ./concordeTest

Technical Notes

The source of Concorde contained in /lib/concorde directory differs from the original source. The original source code contains some identifiers named new and class, which are the reserved names in C++. Please keep in mind that you need to fix them if you wish to build from the original source by yourself.

References

  • Concorde solver installation and use (link)
  • concorde-easy-build (link)

how_to_build_concorde's People

Contributors

daeunsong avatar

Watchers

 avatar

Forkers

jeong-prj

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.