Cbc VS pulp

Compare Cbc vs pulp and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Cbc pulp
4 19
731 1,950
2.5% 2.9%
7.6 7.2
9 days ago 8 days ago
C++ Python
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

Cbc

Posts with mentions or reviews of Cbc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-26.
  • Linear Programming in Python (2023)
    1 project | news.ycombinator.com | 18 Jul 2023
    Taking a look at pulp it just seems to be a solver abstraction API and all the real work is done by solver libraries written in other languages like C++. It looks like the default solver is COIN-OR CLP/CBC, and it looks like that's written in C++: https://github.com/coin-or/Cbc/tree/master/src

    Maybe I'm misunderstanding something here and it's the abstraction API causing the problems, but it seems like it's up to the solver implementation to be efficient here?

  • Coin-OR CBC C++ interfacing
    1 project | /r/cpp | 3 Oct 2022
    Hi! I am searching for people who have previously used COIN-OR CBC through it's C++ libraries. I am specifically going to use their lotsize variable type ( Need for Creation of a new type of variable in the CBC Solver (Bucket Variable) · Discussion #516 · coin-or/Cbc (github.com) )
  • Successful Compiling COIN-OR CBC solver with Python Pulp ARM64
    2 projects | /r/termux | 26 Sep 2022
    To use CBC (https://github.com/coin-or/Cbc) we need to compile it. Get source code from following address instead of github, this archive include all dependencies as well which will be compiled as well (if missing)
  • Show HN: I built a simulator for personal finance: ProjectionLab
    3 projects | news.ycombinator.com | 19 Apr 2022
    I've looked at it a little bit, but as someone nearing retirement, it is lacking a number of features that I would like.

    There are some common tricks that I don't see how to model with ProjectionLab:

    1. Do your tax-deferred 401k,403b,IRA saving in a high earning job, state, then move to a low or no income tax state to do the withdrawals in retirement.

    2. Retire early so there is some time before taking social security payments to do Roth Conversions. I-ORP[0] turns this into a branch and cut linear optimization problem. User Indyhou at Bogleheads[1] has built a spreadsheet that uses a solver plugin. It may be possible to build a model in CBC[2] and compile it to WASM and run it in the browser.

    3. After turning 63, watch the Roth Conversions to make sure you don't trigger IRRMA medicare surcharges.

    4. Are you trying to stay under income limits for ACA subsidies? It's not quite the sharp cliff that it was, but can be important for some.

    5. Are you trying to balance regular income and capital gains to take advantage of the 0% cap gains rates? You've got to plan ahead on your contributions to the taxable and tax deferred accounts for this to work. Jeremy at Go Curry Cracker has written about using this to pay $0 in US Federal Income taxes[3].

    6. Paying full rate for health insurance will likely get you over the 7.5% limit for tax deductions.

    7. Social Security claiming strategies can be complex for married couples.

    A feature that would be useful during accumulation is life insurance planning for the death of a spouse.

    The death of a spouse can throw a wrench in some of the strategies since the single tax bracket is much smaller. Tax law changes can also upset highly optimized strategies. So any highly optimized strategy should also have a monte carlo simulation around a spouse dying and tax law changes to understand what disruptions are possible and maybe accept a non-optimal strategy that is better in these adverse cases.

    [0] https://i-orp.com

    [1] https://www.bogleheads.org/forum/viewtopic.php?t=365518

    [2] https://github.com/coin-or/Cbc

    [3] https://www.gocurrycracker.com/go-curry-cracker-2020-taxes/

pulp

Posts with mentions or reviews of pulp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.

What are some alternatives?

When comparing Cbc and pulp you can also consider the following projects:

plaintextaccounting - The plaintextaccounting.org website, a portal to Ledger, hledger, beancount and co. Also the PTA wiki.

pyomo - An object-oriented algebraic modeling language in Python for structured optimization problems.

open-social-security - Open-source calculator for determining best Social Security claiming age(s)

PySCIPOpt - Python interface for the SCIP Optimization Suite

Bonmin - Basic Open-source Nonlinear Mixed INteger programming

Zeratool - Automatic Exploit Generation (AEG) and remote flag capture for exploitable CTF problems

manim-rubikscube - A Manim implementation of the classic Rubik's Cube

pulp_ansible - A Pulp plugin that manages Ansible content, i.e. roles, collections

zebra4j - zebra4j is a generator and solver library for Zebra puzzles, also knows as "logic grid puzzles".

CryptidSolver - A solver for the boardgame Cryptid

scinumtools - Essential tools for numerical scientific calculations, simulations and data analysis. Besides several useful tools, this package is featuring expression solver, physical units, material properties and dimensional input parameter modules.

flopt - A Python Flexible Modeler for Optimization Problems