Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running --doCut 1 gives exception. #140

Open
mgalati13 opened this issue Sep 30, 2023 · 1 comment
Open

Running --doCut 1 gives exception. #140

mgalati13 opened this issue Sep 30, 2023 · 1 comment

Comments

@mgalati13
Copy link
Contributor

dev-dsk-magalati-1e-4cc7dec7 % ./dist/bin/dip --Instance Data/Sample/atm_5_10_1.mps --doCut 1

========================================================

Welcome to the DIP Decomposition Framework
Copyright 2002-2019 Lehigh University and others
All Rights Reserved
Distributed under the Eclipse Public License 1.0
Version: 0.95.0
Build Date: Nov 30 2022

========================================================
COIN Exception [ doCut or doPriceCut must be set ] at /home/magalati/workplace/COIN/coinbrew/Dip/Dip/src/DecompMain.cpp:L365 in main::main

@tkralphs
Copy link
Member

This is because you need to specify --doPriceCut 0 whenever you specify --doCut 1. This is a bit silly and there was some logic to it originally, but we could easily enough make doCut imply !doPriceCut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants