An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: branch-and-bound

MatBon01/branch-and-bound

Implementation of branch and bound initially written for the Imperial COMP70068 Scheduling and Resource Allocation coursework

Language: Python - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

borjamm/branch-and-bound-FSI

Desarrollo del algoritmo de búsqueda "Branch and Bound"

Language: Python - Size: 45.9 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

LeKinaSa/cal-proj

Project for the "Algorithm Design and Analysis" Curricular Unit (FEUP)

Language: C++ - Size: 5.5 MB - Last synced at: about 13 hours ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

cwpearson/csips

A pure-python integer programming solver

Language: Python - Size: 34.2 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

mathieu-sabatier/gobnb

branch-and-bound starter for go

Language: Go - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

flo1166/SingleMachineSchedulingProblem

This is the final project to the lecture "object oriented programming of heuristics" at the KU Ingolstadt.

Language: Java - Size: 274 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

julianny-favinha/project-and-algorithms-analysis-3

MC658 - Projeto e Análise de algoritmos III

Language: C++ - Size: 4.1 MB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

wang2346581/01knapsack_BranchAndBound

Language: C++ - Size: 90.8 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

eduardosantoshf/assignment-problem 📦

First AED Project - Algorithms to solve a problem in C using different methods (brute force, branch-and-bound, random permutations)

Language: C - Size: 17 MB - Last synced at: 8 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

caiozanatelli/Simplex

An implementation for the Simplex algorithm for solving linear optimization problems. This approach covers both Primal and Dual Simplex.

Language: Python - Size: 310 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 0

arthurteixeira/APA-branch-and-bound

Projeto desenvolvido para a cadeira de Análise e Projeto de Algoritmos

Language: JavaScript - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

keyber/RP

Implémentation d'algorithmes de Résolution de Problèmes

Language: Python - Size: 9.7 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

LeoWarnow/MOMIBB

Multiobjective Mixed-Integer Branch-and-Bound Algorithm

Language: MATLAB - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

IloveNooodles/15-puzzle-solver

This repository is made to fulfill Tugas Kecil 3 Strategi Algoritma 2022

Language: Python - Size: 330 KB - Last synced at: 22 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

HyderNabi/AlgorithmsAndComputation

Some of the Computational problems are solved with the well known Algorithmic design strategies.

Language: Java - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

WeslleyDeziderio/tsp-branch-and-bound

Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

viniciusarruda/ufes

Some assignments done during my undergraduate course.

Language: C - Size: 39.9 MB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

DFTF-PConsole/EA-PLs-Algoritmos-LEI-2021 📦

PUBLIC | FCTUC DEI/LEI 2020/2021 - Licenciatura em Engenharia Informatica | EA - Estratégias Algorítmicas | PLs / Exercícios: Problem Solving

Language: C++ - Size: 1.45 MB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

abhik1505040/Max-clique-implementations

Different algorithms to find maximum clique in a graph.

Language: Python - Size: 525 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 3

eghalea/Stochastic-Modeling-and-Event-Simulation-of-an-Emergency-Department-ED-

This project demostrates an attempt to model an ED system by replicating multiple scenarios that will aid the optimization of the ED services through efficient resource utilization to solve overcrowding problem and reduce average waiting and service time in the ED

Language: R - Size: 4.78 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

osqp/miosqp

MIQP solver based on OSQP

Language: Python - Size: 573 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 80 - Forks: 25

MCDMSociety/MOrepo-Forget21

Instances and results from the paper.

Language: HTML - Size: 89.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

ngueveu/branch-and-bound-tuto-knapsack-Julia

Simple branch-and-bound algorithm for teaching/tutorial purposes: solving a knapsack problem

Language: Julia - Size: 15.1 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

KaidiXu/Beta-CROWN

β-CROWN: Efficient Bound Propagation with Per-neuron Split Constraints for Neural Network Verification

Size: 10.5 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 27 - Forks: 6

batiukmaks/Math-Optimization-Algorithms

This repository is a collection of mathematical optimization algorithms and solutions for a variety of optimization problems. It provides a toolkit of algorithms and techniques for tackling optimization challenges in different domains.

Language: Python - Size: 0 Bytes - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Ziyad-Benomar/User-scheduling-in-5G-MCKP

Working on the Multiple Choice Knapsack Problem to design optimal packet schedulers for 5G data rates. (Jan - Feb 2020)

Language: Java - Size: 5.78 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

vcoppe/ddo-caching

Branch-and-Bound with Decision Diagrams + Caching

Language: Roff - Size: 3.77 MB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

LKolonias/Simplex-Method

Implementation of Simplex Algorithm and Branch & Bound Algorithm

Language: MATLAB - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 9 - Forks: 2

rsorkin1106/Drone-Shipping

A program that uses Prim's algorithm as well as TSP heuristics and branch and bound to find the optimal path for a drone delivering orders

Language: C - Size: 74.2 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

MuamerHr/Bin-Packing-Problem-BPP3D

This repository contains procedures to solve the bin packing problem for one, two, or three dimensions exactly or heuristically.

Language: C# - Size: 460 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 1

airscholar/WSP_BranchAndBound

Different Implementations of Wandering salesman problem

Language: C++ - Size: 354 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

airscholar/HPC_BranchAndBound

Branch and Bound Implementation of Traveling salesman algorithm

Language: Shell - Size: 314 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

geraldabrhm/TucilStima03

Tugas Kecil 3 IF2211 Strategi Algoritma

Language: Python - Size: 1.32 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

thiagoc01/Simplex-Branch-Bound

Language: C++ - Size: 28.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

putuwaw/nutriapp

Food Selection using Best-First Branch-and-Bound Algorithm

Language: HTML - Size: 1.56 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

leonardoflorido/Merkle-Hellman_Cryptosystem 📦

Merkle-Hellman Cryptosystem Project

Language: C - Size: 2.35 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

christojeffrey/puzzle-solver 📦

[assignment] Strategi Algoritma Semester 4. branch and bound solver for puzzle

Language: Python - Size: 10.1 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

iupsilon/MEWCP

Max Edge Weighted Clique Problem with multiple choice contrants solved with semidefinite programming

Language: C - Size: 2.08 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

piotrdurniat/tsp-branch-and-bound

A C++ implementation of the Branch and Bound algorithm for solving the Travelling Salesman Problem

Language: C++ - Size: 3.55 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

brenomfviana/max-clique

This project contains solutions for solving the max clique problem.

Language: Rust - Size: 132 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

fakihap/Latihan2_13521091

Solving Knapsack Problem with Branch and Bound Algorithm

Language: Swift - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Megha-Bose/Optimization-Methods

Python implementations of Simplex Method, Branch and Bound, Gomory's Cutting Plane Method, Iterative: Steepest Gradient Descent, Newton's Method

Language: Python - Size: 1.7 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

riksameidy/Knapsack_Problem

Knapsack Problem Solved Using Brute-Force, Backtrack and Branch and Bound Method for Algorithm Analysis Course in Telkom University

Language: Java - Size: 15.6 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

faithdanghuy/Knapsack-Artificial-Intelligent Fork of PSDat123/Knapsack-Artificial-Intelligent

Knapsack problem solving with various algorithm for study in AI

Language: Python - Size: 30.3 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

andresf-sierra/optimizacion-course

Repositorio para los códigos de GAMS usados en el curso de Optimización de Procesos.

Language: GAMS - Size: 1.24 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

abhishekgupta-1/Parallel-Computing-Assignment

OpenMP and MPI solutions for integer programming problems knapsack and travelling salesman problem using branch and bound technique

Language: C - Size: 782 KB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 5

AlexanderSlav/Max-Clique-Cplex-Python

Maximum Clique Problem solved by Branch and Bound method and Cplex Optimization.

Language: Python - Size: 119 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

simtape/mps-parser

MPS files parser

Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

Kreyparion/Harvest-Competition-Agents

My solution to the Harvest Competition

Language: Python - Size: 154 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

LargeWaffle/LittleAlgorithm

Little algorithm implementation. Made for a course about Branch and bound algorithms

Language: Python - Size: 5.86 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

igorstalmach/travelling-salesman-problem

Solving TSP with metaheuristic and exact algorithms.

Language: Java - Size: 31.3 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mdaffad/bnb 📦

Branch and Bound

Language: Python - Size: 7.81 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

deryrahman/if2211-tsp-branch-and-bound 📦

Travel Salesman Problem using Branch and Bound Algorithm, from IF2211: Algorithmic Strategy

Language: Python - Size: 1.9 MB - Last synced at: almost 2 years ago - Pushed at: about 8 years ago - Stars: 2 - Forks: 0

FelineJTD/15-Puzzle-Solver-with-Branch-and-Bound 📦

A python program to solve 15-puzzles using branch and bound algorithm.

Language: Python - Size: 1.94 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

antoniosudoso/bb-boxqp-fixing

Fix and Bound: An efficient approach for solving large-scale BoxQPs

Language: C++ - Size: 595 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

AcoranGonzalezMoray/Algoritmo-Ramificacion-Acotacion-

Resolución de un problema mediante algoritmo 'Branch & Bound' con recorrido DFS

Language: Python - Size: 1.95 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

beccadsouza/Algorithms

Java implementation of introductory algorithms

Language: Java - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Rubiksman78/KIRO_competition

Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

zeynepCankara/Artificial_Intelligence_CS461

Contains implementations of various Artificial Intelligence algorithms.

Language: Python - Size: 5.52 MB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 2

kapilpownikar/Different-solutions-to-TSP

This is a coursework project on creating different solutions to the Traveling Salesperson Problem:

Language: C++ - Size: 171 KB - Last synced at: 12 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

andremaravilha/Paper-ITOR-2018

A recombination-based matheuristic for mixed integer programming problems with binary variables

Language: C++ - Size: 70.3 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

programindz/Algorithms-in-Java

Implementation of basic algorithms in Java.

Language: Java - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

michaltkacz/travelling-salesman-problem

Travelling Salesman Problem C++ implementation.

Language: C++ - Size: 2.06 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

mostafabahri/tsp-solver

Python implementation of Travelling Salesman Problem (TSP) using branch-and-bound algorithm.

Language: Python - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 10 - Forks: 10

gagaspbahar/15-puzzle-bnb

This is a 15-Puzzle solver using the Branch and Bound approach algorithm.

Language: Python - Size: 380 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 1

tier2novelist/TSP-BB-es6

Solve TSP in Branch and Bound approach, using Node.js (ES6)

Language: JavaScript - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 4 - Forks: 0

Lenildo-Luan/TSP-BB

Resolução do Traveling Salesman Problem (TSP) de forma inteira utilizando o Branch-and-Bound e o algorítimo Hungaro

Language: C++ - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Hariharan-SV/Car-Pooling

Solving Car pooling problem using branch and bound heuristic beam search

Language: Python - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

JLMSC/Problema-Da-Arvore-Geradora-Minima-Rotulada

Problema da Árvore Geradora Mínima Rotulada (PAGMR)

Language: Python - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

AI-Assistant/knn_metamodell_optimierung

Optimierungsroutine für rechenaufwendige Systeme

Language: MATLAB - Size: 2.52 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

phK3/DPNeurifyFV.jl

Verification of neural networks based on input splitting and forward propagation of symbolic intervals with fresh variables.

Language: Julia - Size: 11.7 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 1

franklinthony/branch-and-bound-algorithm

Desenvolvimento de uma aplicação envolvendo o algoritmo Branch-and-Bound para solucionar problemas de programação linear inteira (PLI), criada como projeto final da disciplina Pesquisa Operacional.

Language: Python - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

owencwijaya/Puzzearch-15-Solver

An implementation of the branch-and-bound algorithms to solve a 15-puzzle game using heuristics. Built with Python 3.9.4, operable in both GUI and CLI.

Language: Python - Size: 3.43 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

maorrg/tsp-project

Problema del Viajero Vendedor (TSP) resuelto con 'branch and bound' en paralelo.

Language: C++ - Size: 215 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ReadyPlayer2/TSP

Java Travelling Salesman Problem (3 implementations)

Language: Java - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

Daniel-Carpenter/Metaheuristics

Modeling with Linear/Integer/Binary Programming & Metaheuristics

Language: HTML - Size: 167 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

desi-ivanov/bb

A branch and bound visualizer for integer linear optimization problems, done with GLPK, WASM and React

Language: TypeScript - Size: 1.3 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

EunBinChoi/algorithms-assignment-master

Algorithms Lecture Notes & Assignment

Language: Java - Size: 10.8 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

fm16191/mcp-solver

Max Clique Problem Solver using the Branch and Bound method

Language: C - Size: 8.77 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

tony2guo/traveling-salesman-problem

Solve traveling salesman problem (TSP) using branch and bound or brute force.

Language: Jupyter Notebook - Size: 47.9 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

thangved/algorithms

Phân tích thiết kế thuật toán

Language: C++ - Size: 1.92 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Lynda-Starkus/Graph_coloring_branch_and_bound

A branch and bound solution implemented by my binome Lamdani Wilem as part of an ongoing work for combinatorics optimisation subject.

Language: Python - Size: 969 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

riccardodm97/ILP-Solver

Integer Linear Programming Solver implementing Simplex algorithm together with Branch-And-Bound method written from scratch with Numpy

Language: Python - Size: 477 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

otavioml/Knapsack-Problem

Knapsack Problem solution using two distincts aproaches: backtracking and branch-and-bound.

Language: Python - Size: 227 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

yosalx/15-Puzzle

15-Puzzle Solver Program Implemented Using Branch and Bound Algortithm

Language: Python - Size: 454 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

apwic/fifteen-puzzle-solver

Fifteen Puzzle Solver. Made as an assignment to demonstrate the use of Branch and Bound Algorithm in IF2211 Algorithm Strategy

Language: Python - Size: 1.55 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

rayhankinan/15-puzzle-solver

Disusun untuk memenuhi Tugas Kecil 3 IF2211 Strategi Algoritma "Penyelesaian Persoalan 15-Puzzle dengan Algoritma Branch and Bound"

Language: Python - Size: 975 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

hafidznrg/TSP-BranchAndBound

Travelling Salesman Problem using Branch And Bound Algorithm with Reduced Cost Matrix

Language: Ruby - Size: 1.95 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

keyber/COMPLEX

Implémentation d'algorithmes et analyse de complexité de problèmes

Language: Python - Size: 42 MB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

donfaq/LP_max_clique

Implementation of branch and bound algorithm for maximum clique problem with cplex

Language: Python - Size: 319 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 8 - Forks: 1

majd-kontar/Smart-Vacuum-Cleaner

A State Space Search Vacuum Cleaner

Language: Java - Size: 2.34 MB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 3

KamilB00/PEA_1

BF, BnB and DP algorithms implementation for solving Travelling Salesman Problem. Academic project created at Wroclaw University of Science and Technology

Language: Java - Size: 43 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

mro15/subsets-branch-and-bound

Branch & Bound aplicada na resolução do problema de particionar um conjunto em k subconjuntos balanceados

Language: Shell - Size: 646 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

LogiFoxy/TSP

Final assignment on the Traveling Salesman Problem with Branch and Bound technique for my Graph Theory course.

Language: C - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

lohhans/PAA-Algoritmos

Implementação de quatro algoritmos (Grafo, Backtracking, Branch and Bound, Paradigma Guloso)

Language: C - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

seahrh/coding-interview

Language: Python - Size: 598 KB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

VirtualRoyalty/branch-and-bound-clique

Implementation of Branch-n-Bound algorithm for Max Clique Problem via cplex-solver

Language: Python - Size: 42 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

GervinFung/KnapsackProblem

Do you know how to solve the knapsack? Come and find out how to solve Knapsack in 5 different ways. Time/Space Complexity included

Language: Java - Size: 38.1 KB - Last synced at: 23 days ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

carmenJaraAlvarez/Assignment

This program resolve assigment problems with Branch and Bound algorithm in parallel architectures

Language: C - Size: 1.02 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

korotole/KNAPSACKer

KNAPSACKer is a universal toolset for solving different types of knapsack (0/1) problems, that is capable of statistical analysis and data visualization.

Language: C++ - Size: 8.8 MB - Last synced at: 7 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Related Keywords
branch-and-bound 251 dynamic-programming 34 python 33 optimization 28 travelling-salesman-problem 25 knapsack-problem 22 genetic-algorithm 22 tsp 21 algorithms 18 brute-force 16 java 14 optimization-algorithms 13 simplex 13 tsp-problem 12 simulated-annealing 12 linear-programming 12 integer-programming 12 algorithm 12 backtracking 11 heuristics 11 greedy-algorithms 10 graph-algorithms 10 tabu-search 10 combinatorial-optimization 10 divide-and-conquer 10 mixed-integer-programming 9 python3 9 constraint-programming 9 simplex-algorithm 8 knapsack 8 metaheuristics 7 beam-search 7 julia 7 backtracking-algorithm 7 global-optimization 6 sorting-algorithms 6 operations-research 6 traveling-salesman-problem 6 artificial-intelligence 6 discrete-optimization 5 multi-objective-optimization 5 cplex 5 graphs 5 tsp-solver 5 greedy-algorithm 5 integer-linear-programming 5 cpp 5 column-generation 5 max-clique 4 graph 4 mpi 4 heuristic 4 constraint-satisfaction-problem 4 15-puzzle-solver 4 knapsack-solver 4 solver 4 operational-research 4 subset-sum 4 branch-and-price 4 semidefinite-programming 4 np-hard 4 depth-first-search 4 bfs 4 cutting-planes 4 data-structures 3 ant-colony-optimization 3 mpi-library 3 hpc 3 csp 3 c 3 breadth-first-search 3 javascript 3 gradient-descent 3 greedy 3 knapsack01 3 cplex-optimization-solver 3 scheduling 3 simplex-method 3 best-first-search 3 branch-and-cut-and-price 3 mathematical-programming 3 puzzle-solver 3 travelling-salesman 3 gurobi 3 problem-solving 3 minimum-spanning-trees 3 mathematical-modelling 3 bruteforce 3 parallel-computing 3 openmp 3 template 2 optimisation-algorithms 2 flowshop-scheduling 2 vehicle-routing-problem 2 exhaustive-search 2 javafx 2 heuristic-search-algorithms 2 heuristic-algorithm 2 skyline-query 2 r-tree 2