golomb-solver VS csips

Compare golomb-solver vs csips and see what are their differences.

golomb-solver

Create Golomb rulers with constraint programming (by strateos)

csips

A pure-python integer programming solver (by cwpearson)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
golomb-solver csips
1 1
5 1
- -
0.0 0.0
10 months ago about 2 years ago
Scala Python
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

golomb-solver

Posts with mentions or reviews of golomb-solver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-20.

csips

Posts with mentions or reviews of csips. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-20.
  • Ask HN: Do you use an optimization solver? Which one? Why? Do you like it?
    12 projects | news.ycombinator.com | 20 Apr 2022
    I actually just finished implementing an extremely simple Integer Linear Program solver in Python as an educational exercise, wrapping scipy's linprog function to solve the linear relaxation. It has an expression syntax so you don't have to specify the matrix and vectors for the standard form, and it does branch-and-cut on the linear relaxation

    https://github.com/cwpearson/csips

What are some alternatives?

When comparing golomb-solver and csips you can also consider the following projects:

HiGHS - Linear optimization software

osqp - The Operator Splitting QP Solver

HybridTSPSolver - A hybrid TSP solver that I made for my master's degree thesis in computer science.

python-mip - Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs

optaplanner-quickstarts - Mirror of https://github.com/apache/incubator-kie-optaplanner-quickstarts

clpz - Constraint Logic Programming over Integers

exact

meal-scheduler