Giter VIP home page Giter VIP logo

yolo's Introduction

Yolo! pour "Youpi! Outils Logiciels pour l'Optimisation!"

Ce projet est une implémentation des concepts présentés dans l'UE "Outils logiciels pour l'Optimisation", donnée à l'Université de Bordeaux.

Il contient des méthodes de résolution pour le problème suivant:

Dans un graphe non dirigé où les arêtes ont des poids, étant donnée un nombre de classes k, trouver une répartition des sommets dans ces k classes qui minimise la somme des poids des arêtes interclasses.

Comment générer le projet

Le projet peut être généré de deux manières différentes.

Le bon vieux CMake

mkdir build
cd build
cmake ..

Vous avez besoin de CMake 3.8 ou ultérieur pour que la génération fonctionne. Ceci est dans le but d'utiliser C++17.

Premake

Pour générer avec Premake, nous fournissons le script Lua ainsi que des scripts pour Windows et Linux qui génèrent respectivement des projets Visual Studio 2019 et Makefile.

Si vous voulez un autre générateur:

premake5 [générateur]

En se référant à la documentation de Premake pour voir la liste des générateurs.

yolo's People

Contributors

sylvainli avatar

Watchers

 avatar

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.