|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opt4j.satdecoding.Order
public abstract class Order
The abstract Order is the base class for a decision strategy.
Each time a variable or Literal is involved in a conflict, the offset
value varInc is added to its activity. Moreover, each time a conflict
occurs the offset value varInc is multiplied with the scaling value
varDecay.
| Field Summary | |
|---|---|
protected double |
varDecay
|
protected double |
varInc
|
| Constructor Summary | |
|---|---|
Order()
Constructs an Order. |
|
| Method Summary | |
|---|---|
double |
getVarDecay()
Returns the scaling factor for the offset value. |
double |
getVarInc()
Returns the initial offset value. |
void |
setVarDecay(double varDecay)
Sets the scaling factor for the offset value. |
void |
setVarInc(double varInc)
Sets the initial offset value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double varInc
protected double varDecay
| Constructor Detail |
|---|
public Order()
Order.
| Method Detail |
|---|
public double getVarDecay()
setVarDecay(double)public void setVarDecay(double varDecay)
varDecay - the scaling factor for the offset value to setgetVarDecay()public double getVarInc()
setVarInc(double)public void setVarInc(double varInc)
varInc - the initial offset value to setgetVarInc()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||