GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

branch-and-bound

Website
Wikipedia
apache/incubator-kie-optaplanner
https://static.github-zh.com/github_avatars/apache?size=40
apache / incubator-kie-optaplanner

AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.

Javaconstraint-solverconstraint-programmingmetaheuristicstabu-searchsimulated-annealingbranch-and-boundrosteringoptimizationconstraintstraveling-salesmanschedulingsolvermathematical-optimization人工智能
Java 3.39 k
8 天前
https://static.github-zh.com/github_avatars/lanl-ansi?size=40
lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver

branch-and-boundoptimizationJulia 语言mixed-integer-programmingnonlinear-optimization
Julia 180
2 个月前
https://static.github-zh.com/github_avatars/osqp?size=40
osqp / miosqp

MIQP solver based on OSQP

optimizationbranch-and-bound
Python 102
2 年前
https://static.github-zh.com/github_avatars/ed-lam?size=40
ed-lam / bcp-mapf

BCP-MAPF – branch-and-cut-and-price for multi-agent path finding

combinatorial-optimizationmixed-integer-programmingbranch-and-bound
C++ 93
2 个月前
https://static.github-zh.com/github_avatars/ghackebeil?size=40
ghackebeil / pybnb

A parallel branch-and-bound engine for Python. (https://pybnb.readthedocs.io/)

branch-and-boundoptimizationoptimization-algorithmsPython
Python 68
4 年前
https://static.github-zh.com/github_avatars/engri-1101?size=40
engri-1101 / gilp

A Python package for visualizing the geometry of linear programs.

linear-programmingsimplexgeometryeducationalbranch-and-bound
Python 58
1 年前
https://static.github-zh.com/github_avatars/mahdims?size=40
mahdims / Branch-and-price-

This is my implementation of a branch and price algorithm to solve the humanitarian aid distribution problem. This problem is a VRP with a specific objective function

vehicle-routing-problembranch-and-boundtabu-searchgrasplinear-programmingor-toolstsptravelling-salesman-problemPythonvrpmulti-objective-optimization
Python 49
1 年前
https://static.github-zh.com/github_avatars/mmomtchev?size=40
mmomtchev / igc-xc-score

A scoring program for gliding competitions striving for 100% accuracy and determinism

optimization-algorithmsbranch-and-bound
JavaScript 49
24 天前
https://static.github-zh.com/github_avatars/hlefebvr?size=40
hlefebvr / idol

#算法刷题#A C++ Framework for Optimization

算法algorithms-implementedbranch-and-boundC++mixed-integer-programmingoptimizationsolver
C++ 34
24 天前
https://static.github-zh.com/github_avatars/Yishun99?size=40
Yishun99 / vrp-espprc

Elementary Shortest Path Problem with Resource Constraints

vrptwbranch-and-bound
C++ 33
1 年前
https://static.github-zh.com/github_avatars/yangeorget?size=40
yangeorget / nucs

NuCS is a Python constraint programming library for solving Constraint Satisfaction and Optimization Problems over finite domains

Pythonbranch-and-boundconstraint-satisfaction-problemconstraint-solvernumbaNumPyconstraint-programmingoptimizationpython-librarysolverconstraintscsp
Python 31
4 个月前
https://static.github-zh.com/github_avatars/KaidiXu?size=40
KaidiXu / Beta-CROWN

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

robustnessadversarial-machine-learningbranch-and-bound
29
4 年前
https://static.github-zh.com/github_avatars/jcpaik?size=40
jcpaik / sofa-designer

A software that assists a previous version of the proof of Gerver's conjecture, using a custom geometric branch-and-bound algorithm, and the exact rational QP solver powered by CGAL

branch-and-boundoptimizationquadratic-programming
C++ 26
1 年前
https://static.github-zh.com/github_avatars/rnd-forests?size=40
rnd-forests / skyline-query

#算法刷题#Simple implementation of spatial skyline query algorithms

data-modelingbranch-and-boundnearest-neighbors算法
Java 24
3 年前
https://static.github-zh.com/github_avatars/mostafabahri?size=40
mostafabahri / tsp-solver

#算法刷题#Python implementation of Travelling Salesman Problem (TSP) using branch-and-bound algorithm.

branch-and-boundPython算法travelling-salesman-problem
Python 20
6 年前
https://static.github-zh.com/github_avatars/kibaekkim?size=40
kibaekkim / BranchAndBound.jl

A Julia framework for implementing branch-and-bound-type algorithms

optimization-algorithmsbranch-and-boundJulia 语言
Julia 20
4 年前
https://static.github-zh.com/github_avatars/huyvohcmc?size=40
huyvohcmc / 8-puzzle

Java program to solve the 8 puzzle problem using branch and bound algorithm.

人工智能search-algorithmbranch-and-bound
Java 19
7 年前
https://static.github-zh.com/github_avatars/ispaneli?size=40
ispaneli / lippy

A module for solving linear programming problems on Python.

branch-and-boundbrute-forcegame-theorygame-theory-algorithmslinear-programming数学mathematicaoptimization-algorithmsPythonpython-typessimplex
Python 19
2 年前
https://static.github-zh.com/github_avatars/RenatoMaynard?size=40
RenatoMaynard / Branch-and-Bound-for-Multiple-Knapsack-Problem

A Python implementation of a branch-and-bound approach (plus a simple greedy heuristic) to solve a variation of the multiple knapsack problem where items have both individual and pairwise benefits.

branch-and-boundcombinatorial-optimizationheuristic-algorithmsknapsack-problemnp-hardoperations-researchoptimization-algorithmsPython
Python 18
3 个月前
https://static.github-zh.com/github_avatars/LKolonias?size=40
LKolonias / Simplex-Method

Implementation of Simplex Algorithm and Branch & Bound Algorithm

simplexbranch-and-boundlinear-programming
MATLAB 15
5 年前
loading...