awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesMixed-Integer Convex Solvers

Optimization solvers that handle binary variables and convex constraints using branch-and-bound methods.

Distinct from Mathematical Problem Solving Toolkits: Specifically handles mixed-integer convex problems, distinct from general problem-solving toolkits.

Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Mixed-Integer Convex Solvers. Refine with filters or upvote what's useful.

Awesome Mixed-Integer Convex Solvers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • cvxpy/cvxpyAvatar de cvxpy

    cvxpy/cvxpy

    6,257Voir sur GitHub↗

    CVXPY is a Python-embedded domain-specific language for modeling and solving convex optimization problems using natural mathematical syntax. It is built on a disciplined convex programming framework that automatically enforces convexity rules, ensuring that problems formulated by the user are valid for convex solvers. The project also functions as a multi-solver optimization interface, abstracting away backend details and dispatching problems to specialized solvers like ECOS, SCS, and Gurobi without manual configuration. Beyond standard convex optimization, CVXPY extends its reach to geometri

    Transforms mixed-integer problems into forms accepted by solvers while preserving convex structure.

    C++
    Voir sur GitHub↗6,257
  • robotlocomotion/drakeAvatar de RobotLocomotion

    RobotLocomotion/drake

    3,910Voir sur GitHub↗

    Drake is a robotics simulation framework and control system modeling tool used for designing, simulating, and verifying the dynamics of complex robotic systems. It functions as a multibody dynamics simulator and a mathematical optimization library, providing a suite of algorithms for trajectory optimization and the simulation of articulated robots. The framework is distinguished by its block-diagram system for composing dynamical subsystems and its ability to formulate and solve diverse mathematical programs, including linear, quadratic, and nonconvex nonlinear problems. It supports specializ

    Handles optimization problems containing binary variables using specialized solvers or branch-and-bound algorithms.

    C++drakerobotics
    Voir sur GitHub↗3,910
  1. Home
  2. Scientific & Mathematical Computing
  3. Mathematical Problem Solving Toolkits
  4. Mixed-Integer Convex Solvers

Explorer les sous-tags

  • Mixed-Integer Canonicalization EnginesTransforms problems with integer or binary variables into equivalent forms accepted by mixed-integer-capable solvers while preserving convex structure. **Distinct from Mixed-Integer Convex Solvers:** Distinct from Mixed-Integer Convex Solvers: focuses on the canonicalization/transformation step, not the solver implementation.