# gecode **Repository Path**: hardware_5/gecode ## Basic Information - **Project Name**: gecode - **Description**: 构建约束满足问题(Constraint Satisfaction Problems, CSP)。核心是约束求解器,包括回溯搜索、约束传播和启发式搜索等 调度问题:如任务调度、课程安排等。 组合优化问题:如背包问题、旅行商问题(TSP)等。 资源分配问题:如分配机器到任务、人员到项目等。 逻辑推理问题:如逻辑谜题、数独等. Gecode 的通用性和高性能使其在学术研究和工业应用中都有广泛的应用 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-26 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gecode - Generic Constraint Development Environment ![Gecode](images/gecode-logo-100.png "Gecode") Gecode is an open source C++ toolkit for developing constraint-based systems and applications. Gecode provides a constraint solver with state-of-the-art performance while being modular and extensible. [master](https://github.com/Gecode/gecode/tree/master): [![Build Status master](https://api.travis-ci.org/Gecode/gecode.svg?branch=master)](https://travis-ci.org/Gecode/gecode) [develop](https://github.com/Gecode/gecode/tree/develop): [![Build Status develop](https://api.travis-ci.org/Gecode/gecode.svg?branch=develop)](https://travis-ci.org/Gecode/gecode) ## Getting All the Info You Need... You can find lots of information on [Gecode's webpages](https://gecode.github.io), including how to download, compile, install, and use it. In particular, Gecode comes with [extensive tutorial and reference documentation](https://gecode.github.io/documentation.html). ## Download Gecode Gecode packages (source, Apple MacOS, Microsoft Windows) can be downloaded from [GitHub](https://github.com/Gecode/gecode/releases) or [Gecode's webpages](https://gecode.github.io/download.html). ## Contributing to Gecode We happily accept smaller contributions and fixes, please provide them as pull requests against the develop branch. For larger contributions, please get in touch. ## Gecode License Gecode is licensed under the [MIT license](https://github.com/Gecode/gecode/blob/master/LICENSE).