8 #ifndef CbcSimpleIntegerDynamicPseudoCost_H
9 #define CbcSimpleIntegerDynamicPseudoCost_H
14 #define MINIMUM_MOVEMENT 0.1
20 #define WEIGHT_AFTER 0.8
21 #define WEIGHT_BEFORE 0.1
23 #define WEIGHT_PRODUCT
48 double downDynamicPseudoCost,
double upDynamicPseudoCost);
87 void updateAfterMini(
int numberDown,
int numberDownInfeasible,
double sumDown,
88 int numberUp,
int numberUpInfeasible,
double sumUp);
356 void print(
int type = 0,
double value = 0.0)
const;
457 double lowerValue,
double upperValue);
509 #ifdef SWITCH_VARIABLES
519 CbcSwitchingBinary();
523 int nOdd,
const int *other,
const int *otherRow);
526 CbcSwitchingBinary(
const CbcSwitchingBinary &);
532 CbcSwitchingBinary &
operator=(
const CbcSwitchingBinary &rhs);
535 virtual ~CbcSwitchingBinary();
538 void addZeroSwitches(
int nAdd,
const int *columns);
541 int &preferredWay)
const;
544 bool same(
const CbcSwitchingBinary *obj)
const;
547 int cleanBasis = 0)
const;
550 int printLevel,
int state[3],
int &nBadFixed)
const;
552 inline const double *zeroLowerBound()
const
554 return zeroLowerBound_;
557 inline const double *oneLowerBound()
const
559 return oneLowerBound_;
562 inline const double *zeroUpperBound()
const
564 return zeroUpperBound_;
567 inline const double *oneUpperBound()
const
569 return oneUpperBound_;
573 inline const int *otherVariable()
const
575 return otherVariable_;
578 inline int numberOther()
const
587 inline int type()
const
596 double *zeroLowerBound_;
598 double *oneLowerBound_;
600 double *zeroUpperBound_;
602 double *oneUpperBound_;
double changeInGuessed_
Change in guessed objective value for next branch.
virtual CbcRangeCompare compareBranchingObject(const CbcBranchingObject *brObj, const bool replaceIfOverlap=false)
Compare the this with brObj.
virtual void updateBefore(const OsiObject *rhs)
Updates stuff like pseudocosts before threads.
int lastUpDecrease_
Last up decrease number infeasibilities from strong (i.e. as computed by last strong) ...
void addToSumUpDecrease(double value)
Add to sum up decrease number infeasibilities from strong or actual.
void addToSumUpCost(double value)
Add to up sum cost and set last and square.
void setMethod(int value)
Set method.
Abstract branching object base class Now just difference with OsiBranchingObject. ...
virtual ~CbcIntegerPseudoCostBranchingObject()
Destructor.
double sumDownChange() const
Down sum change.
Define a single integer class.
double sumUpDecrease() const
Sum up decrease number infeasibilities from strong or actual.
virtual CbcBranchingObject * createCbcBranch(OsiSolverInterface *solver, const OsiBranchingInformation *info, int way)
Creates a branching object.
void setSumUpCost(double value)
Set up sum cost.
double downShadowPrice_
Current pseudo-shadow price estimate down.
void copySome(const CbcSimpleIntegerDynamicPseudoCost *otherObject)
Copy some information i.e. just variable stuff.
CbcSimpleIntegerDynamicPseudoCost()
int numberTimesDownLocalFixed_
Number of local probing fixings going down.
int numberBeforeTrust() const
Number of times before trusted.
double upDynamicPseudoCost_
Up pseudo cost.
int numberTimesUpInfeasible_
Number of times we have been infeasible going up.
void setChangeInGuessed(double value)
Set change in guessed.
virtual CbcBranchObjType type() const
Return the type (an integer identifier) of this.
void setProbingInformation(int fixedDown, int fixedUp)
Pass in probing information.
int numberTimesBranched() const
Number times branched.
double sumDownCost() const
Down sum cost.
double sumDownCost_
Sum down cost from strong or actual.
virtual OsiSolverBranch * solverBranch() const
Create an OsiSolverBranch object.
double sumUpChange_
Sum of all changes to x when going up.
int numberBeforeTrust_
Number of branches before we trust.
virtual CbcObject * clone() const
Clone.
void setSumDownCost(double value)
Set down sum cost.
double sumDownChange_
Sum of all changes to x when going down.
virtual CbcBranchingObject * clone() const
Clone.
virtual void updateAfter(const OsiObject *rhs, const OsiObject *baseObject)
Updates stuff like pseudocosts after threads finished.
void setSumUpChange(double value)
Set up sum change.
double infeasibility() const
Return infeasibility.
double sumDownDecrease_
Sum down decrease number infeasibilities from strong or actual.
void setUpInformation(double changeObjectiveUp, int changeInfeasibilityUp)
Pass in information on a up branch.
int numberTimesUpLocalFixed_
Number of local probing fixings going up.
void updateUpDynamicPseudoCost(double value)
Modify up pseudo cost in a slightly different way.
double sumUpChange() const
Up sum change.
Define a single integer class but with dynamic pseudo costs.
virtual double downEstimate() const
Return "down" estimate (default 1.0e-5)
void incrementNumberTimesDown()
Increment down number times.
void addToSumUpChange(double value)
Add to up sum change and set last and square.
void incrementNumberTimesUp()
Increment up number times.
void incrementNumberTimesDownInfeasible()
Increment down number times infeasible.
virtual void updateInformation(const CbcObjectUpdateData &data)
Update object by CbcObjectUpdateData.
Simple branching object for an integer variable with pseudo costs.
double upDownSeparator() const
Up down separator.
void addToSumDownCost(double value)
Add to down sum cost and set last and square.
void setNumberTimesDownInfeasible(int value)
Set down number times infeasible.
int numberTimesUp() const
Up number times.
CbcSimpleIntegerDynamicPseudoCost & operator=(const CbcSimpleIntegerDynamicPseudoCost &rhs)
double downShadowPrice() const
Down pseudo shadow price cost.
void incrementNumberBeforeTrust()
Increment number of times before trusted.
double value() const
Current value.
void setUpDownSeparator(double value)
Set up down separator.
int variable() const
Index identifying the associated CbcObject within its class.
double sumDownDecrease() const
Sum down decrease number infeasibilities from strong or actual.
virtual CbcObjectUpdateData createUpdateInformation(const OsiSolverInterface *solver, const CbcNode *node, const CbcBranchingObject *branchingObject)
Fills in a created branching object.
void setSumDownChange(double value)
Set down sum change.
int numberTimesDown() const
Down number times.
void addToSumDownDecrease(double value)
Add to sum down decrease number infeasibilities from strong or actual.
double lastUpCost_
Last up cost from strong (i.e. as computed by last strong)
void incrementNumberTimesUpInfeasible()
Increment up number times infeasible.
void setSumUpDecrease(double value)
Set sum up decrease number infeasibilities from strong or actual.
void setNumberTimesUp(int value)
Set up number times.
double numberTimesUpTotalFixed_
Number of total probing fixings going up.
double upDownSeparator_
Up/down separator If >0.0 then do first branch up if value-floor(value) >= this value.
void setNumberBeforeTrust(int value)
Set number of times before trusted.
int numberTimesDownInfeasible() const
Down number times infeasible.
int preferredWay() const
If -1 down always chosen first, +1 up always, 0 normal.
void setNumberTimesDown(int value)
Set down number times.
int lastDownDecrease_
Last down decrease number infeasibilities from strong (i.e. as computed by last strong) ...
void setDownInformation(double changeObjectiveDown, int changeInfeasibilityDown)
Pass in information on a down branch.
void setDownDynamicPseudoCost(double value)
Set down pseudo cost.
virtual ~CbcSimpleIntegerDynamicPseudoCost()
virtual double branch()
Sets the bounds for the variable according to the current arm of the branch and advances the object s...
double numberTimesDownTotalFixed_
Number of total probing fixings going down.
bool same(const CbcSimpleIntegerDynamicPseudoCost *obj) const
Same - returns true if contents match(ish)
Simple branching object for an integer variable.
Abstract Base Class for describing an interface to a solver.
double upShadowPrice_
Current pseudo-shadow price estimate up.
CbcIntegerPseudoCostBranchingObject & operator=(const CbcIntegerPseudoCostBranchingObject &rhs)
Assignment operator.
void setUpDynamicPseudoCost(double value)
Set up pseudo cost.
double sumUpDecrease_
Sum up decrease number infeasibilities from strong or actual.
int numberTimesUp_
Number of times we have gone up.
double sumUpCost() const
Up sum cost.
int way() const
Get the state of the branching object.
int numberTimesDownInfeasible_
Number of times we have been infeasible going down.
double downDynamicPseudoCost() const
Down pseudo cost.
double upShadowPrice() const
Up pseudo shadow price cost.
CbcModel * model() const
Return model.
int method_
Number of times infeasible when tested.
void setSumDownDecrease(double value)
Set sum down decrease number infeasibilities from strong or actual.
void print(int type=0, double value=0.0) const
Print - 0 -summary, 1 just before strong.
void addToSumDownChange(double value)
Add to down sum change.
CbcIntegerPseudoCostBranchingObject()
Default constructor.
double downDynamicPseudoCost_
data
void setNumberTimesUpInfeasible(int value)
Set up number times infeasible.
int numberTimesDown_
Number of times we have gone down.
Information required while the node is live.
void updateDownDynamicPseudoCost(double value)
Modify down pseudo cost in a slightly different way.
double changeInGuessed() const
Change in guessed.
double lastDownCost_
Last down cost from strong (i.e. as computed by last strong)
int method() const
method - see below for details
double upDynamicPseudoCost() const
Up pseudo cost.
Abstract base class for `objects'.
void updateAfterMini(int numberDown, int numberDownInfeasible, double sumDown, int numberUp, int numberUpInfeasible, double sumUp)
Updates stuff like pseudocosts after mini branch and bound.
void setUpShadowPrice(double value)
Set up pseudo shadow price cost.
int numberTimesProbingTotal_
Number of times probing done.
int numberTimesUpInfeasible() const
Up number times infeasible.
double sumUpCost_
Sum up cost from strong or actual.
virtual OsiSolverBranch * solverBranch() const
Create an OsiSolverBranch object.
CbcModel * model() const
Return model.
Simple Branch and bound class.
void setDownShadowPrice(double value)
Set down pseudo shadow price cost.
double breakEven() const
Breakeven e.g 0.7 -> >= 0.7 go up first.
virtual double branch()=0
Execute the actions required to branch, as specified by the current state of the branching object...
virtual double upEstimate() const
Return "up" estimate.