Originally posted by: RafaelMartinelli
Hi,
I am working on a column generation on a LP problem and I sometimes receive the following warning on stderr:
---
Markowitz threshold set to 0.1
---
I don't know what is this warning, but it just take a little bit more time to start to solve the LP and it's not a problem for me. But, when I start to give new LBs and UBs for the columns (sometimes fixing them), I receive the following error and the program gives a runtime error:
---
Markowitz threshold set to 0.1
Repairing basis singularity.
Markowitz threshold set to 0.2
Repairing basis singularity.
Markowitz threshold set to 0.3
Repairing basis singularity.
Variable 'id23398' fixed because of singularity.
Markowitz threshold set to 0.4
Repairing basis singularity.
Variable 'id45324' fixed because of singularity.
Markowitz threshold set to 0.5
Repairing basis singularity.
Variable 'id971' fixed because of singularity.
Markowitz threshold set to 0.6
Repairing basis singularity.
Variable 'id17331' fixed because of singularity.
Markowitz threshold set to 0.7
Repairing basis singularity.
Variable 'id5275' fixed because of singularity.
Markowitz threshold set to 0.8
Repairing basis singularity.
Variable 'id16247' fixed because of singularity.
Markowitz threshold set to 0.9
Repairing basis singularity.
Variable 'id44041' fixed because of singularity.
Variable 'id38002' fixed because of singularity.
Markowitz threshold set to 0.99999
Repairing basis singularity.
Variable 'id27486' fixed because of singularity.
---
Does anyone know what's the problem?
Rafael Martinelli
#CPLEXOptimizers#DecisionOptimization