C++ Reference: class VarLocalSearchOperator
Note: This documentation is automatically generated.
Method | |
---|---|
Activate | Return type: Arguments: |
Activated | Return type: Arguments: |
AddVars | Return type: Arguments: |
ApplyChanges | Return type: Arguments: |
Deactivate | Return type: Arguments: |
HoldsDelta | Return type: |
IsIncremental | Return type: |
OldValue | Return type: Arguments: |
OnStart | Return type: Called by Start() after synchronizing the operator with the current assignment. Should be overridden instead of Start() to avoid calling VarLocalSearchOperator::Start explicitly. |
RevertChanges | Return type: Arguments: |
SetValue | Return type: Arguments: |
Size | Return type: |
SkipUnchanged | Return type: Arguments: |
Start | Return type: Arguments: This method should not be overridden. Override OnStart() instead which is called before exiting this method. |
Value | Return type: Arguments: Returns the value in the current assignment of the variable of given index. |
Var | Return type: Arguments: Returns the variable of given index. |
VarLocalSearchOperator | |
VarLocalSearchOperator | Return type: Arguments: |
~VarLocalSearchOperator |