kangaroo  1.0
the cbls library
messages.hpp File Reference

Various message texts, mainly error messages. More...

Go to the source code of this file.

Variables

Mismatches
constexpr char const * kDataTypeMismatch = "Data types mismatch."
 Data type mismatch.
 
constexpr char const * kArrayIndexMismatch = "Array index mismatch."
 Array index mismatch.
 
constexpr char const * kDimensionMismatch = "Dimension mismatch"
 Dimension mismatch.
 
Undo Operations
constexpr char const * kUndoPatronsNotDefined = "Undo patrons not defined."
 Undo patrons not defined.
 
constexpr char const * kVectorUndoNotDefined = "Vector undo not defined."
 Vector undo not defined.
 
constexpr char const * kScalarUndoNotDefined = "Scalar undo not defined."
 Scalar undo not defined.
 
Stratification
constexpr char const * kWrongTypeEncountered = "Wrong type encountered."
 Wrong type encountered.
 
constexpr char const * kNullTypeEncountered = "Null type encountered."
 Null type encountered.
 
constexpr char const * kNullModelEncountered = "Null model encountered."
 Null model encountered.
 
constexpr char const * kNullFormatEncountered = "Null format encountered."
 Null format encountered.
 
constexpr char const * kNullFamilyEncountered = "Null family encountered."
 Null family encountered.
 
Domain and Range
constexpr char const * kInvalidRangeDefinition = "Invalid range defintion."
 Invalid range definition.
 
constexpr char const * kValueOutOfRange = "Value out of range."
 Value out of range.
 
constexpr char const * kValueOutOfDomain = "Value out of domain."
 Value out of domain.
 
constexpr char const * kDomainNotUpdatable = "Domain not updatable."
 Domain not updatable.
 
constexpr char const * kUnknownDomainType = "Unknown domain type."
 Unknown domain type.
 
constexpr char const * kUnknownExecValueOption = "Unknown execution value option"
 Unknown execution value option.
 
Variable
constexpr char const * kRandomVarSelectLoop = "Too many laps in random variable selection loop."
 Too many laps in random variable selection loop.
 
constexpr char const * kRandomValueSelectLoop = "Too many laps in random value selection loop."
 Too many laps in random value selection loop.
 
constexpr char const * kMoreVarsThanAvail = "More variables requested than available."
 More variables requested than available.
 
constexpr char const * kNoVariableDefined = "No variables defined in the system."
 No variables defined in the system.
 
constexpr char const * kNotEnoughPairVars = "Not enough variables to form full pairs."
 Not enough variables to form full pairs.
 
constexpr char const * kNotVarPairAscend = "Variable pair not in ascending order."
 Variable pair not in ascending order.
 
constexpr char const * kUpdateDomainNotDefined = "Update dynamic domain not defined."
 Update dynamic domain not defined.
 
Variable Swapping
constexpr char const * kValuesNotNeededForSwap = "No values required in swapping."
 No values required in swapping.
 
constexpr char const * kOddNumberOfSwapVars = "Number of swap variables is odd."
 Number of swap variables is odd.
 
constexpr char const * kNotEnoughSwapVars = "Not enough variables for swapping."
 Not enough variables for swapping.
 
Expression Messages
constexpr char const * kExprFamilyUndefined = "Expression familiy undefined,"
 Expression family undefined.
 
constexpr char const * kExprNotTerminal = "Expression not a terminal."
 Expression not a terminal.
 
constexpr char const * kExprNotUpdatable = "Expression not updatable."
 Expression not updatable.
 
constexpr char const * kExprNotComputable = "Expression not computable."
 Expression not computable.
 
constexpr char const * kExprNotRequired = "Expression not required."
 Expression not required.
 
constexpr char const * kExprPatronNotAllowed = "Expression patrons not allowed."
 Expression patrons not allowed.
 
Selector Messages
constexpr char const * kSelNotActive = "Selector not active."
 Selector not active.
 
constexpr char const * kSelNotExecReady = "Selector not execution ready."
 Selector not exeution ready.
 
constexpr char const * kSelHoldsNoValue = "Selector holds no values."
 Selector holds no value.
 
constexpr char const * kSelMoreValsThanVars = "Selector has more values than variables."
 Selector has more values than variables.
 
constexpr char const * kSelNotRequiredVars = "Selector does not have required variables."
 Selector does not have required variables.
 
constexpr char const * kNoVarsForSelection = "No variables found for selection."
 No variables found for selection.
 
Compatibility Messages
constexpr char const * kVarsNotDifferent = "Variables given are not distinct."
 Variables given are not distinct.
 
constexpr char const * kVarsNotIdentical = "Variables not identical."
 Variables not identical.
 
constexpr char const * kVarsNotSwappable = "Variable values not swappable."
 Variable values not swappable.
 
constexpr char const * kValNotAssignable = "Variable's value not assignable."
 Variable's value not assignable.
 
Computation Messages
constexpr char const * kExecAnewNotDefined = "Anew execution not defined."
 Anew execution not defined.
 
constexpr char const * kExecIncrNotDefined = "Incremental execution not defined."
 Incremental execution not defined.
 
constexpr char const * kSimulAnewNotDefined = "Anew simulation not defined."
 Anew simulation not defined.
 
constexpr char const * kSimulIncrNotDefined = "Incremental simulation not defined."
 Incremental simulation not defined.
 
constexpr char const * kExecBacklogNotDefined = "Backlog execution not defined."
 Backlog execution not defined.
 
constexpr char const * kEmulBacklogNotDefined = "Backlog emulation not defined."
 Backlog emulation not defined.
 
Expression Data
constexpr char const * kExprValueNotDefined = "Value not defined for the expression."
 Value not defined for the expression.
 
constexpr char const * kExprScalarNotDefined = "Scalar not defined for the expression."
 Scalar not defined for the expression.
 
constexpr char const * kExprVectorNotDefined = "Vector not defined for the expression."
 Vector not defined for the expression.
 
constexpr char const * kIncompatibleValueMetric = "Incompatible value and metric types."
 Incompatible value and metric types.
 
constexpr char const * kNotSharedOptiMetrics = "Not shared optimisation metrics."
 Optimisation metrics are not shared.
 
constexpr char const * kFactorVectorExpected = "Factor vector expected but not found."
 Factor vector expected but not found.
 
constexpr char const * kParamVectorExpected = "Param vector expected but not found."
 Param vector expected but not found.
 
constexpr char const * kValueVectorExpected = "Value vector expected but not found."
 Value vector expected but not found.
 
System Clocks
constexpr char const * kSimulBatchClockChanged = "Simulation batch clock changed."
 Simulation batch clock changed.
 
constexpr char const * kExecBatchClockChanged = "Execution batch clock changed."
 Execution batch clock changed.
 
constexpr char const * kSimulBatchClockNotChanged = "Simulation batch clock not changed."
 Simulation batch clock not changed.
 
constexpr char const * kExecBatchClockNotChanged = "Execution batch clock not changed."
 Execution batch clock not changed.
 
constexpr char const * kSimulClockNotChanged = "Simulation clock not changed."
 Simulation clock not changed.
 
constexpr char const * kExecClockNotChanged = "Execution clock not changed."
 Execution clock not changed.
 
constexpr char const * kEmulClockNotChanged = "Emulation clock not changed."
 Emulation clock not changed.
 
Running Mode
constexpr char const * kSysYetNotInitialised = "System yet not initialised."
 System yet uninitialised.
 
constexpr char const * kSysNotUnitialised = "System not uninitialised."
 System not uninitialised.
 
constexpr char const * kNotExecAnewApp = "Not anew execution application mode."
 Not anew execution application mode.
 
constexpr char const * kNotExecAnewProp = "Not anew execution propagation mode."
 Not anew execution propagation mode.
 
constexpr char const * kNotSimulAnewApp = "Not anew simulation application mode."
 Not anew simulation application mode.
 
constexpr char const * kNotSimulAnewProp = "Not anew simulation propagation mode."
 Not anew simulation propagation mode.
 
constexpr char const * kNotExecIncrApp = "Not incremental execution application mode."
 Not incremental execution application mode.
 
constexpr char const * kNotExecIncrProp = "Not incremental execution propagation mode."
 Not incremental execution propagation mode.
 
constexpr char const * kNotSimulIncrApp = "Not incremental simulation application mode."
 Not incremental simulation application mode.
 
constexpr char const * kNotSimulIncrProp = "Not incremental simulation propagation mode."
 Not incremental simulation propagation mode.
 
constexpr char const * kNotExecIncrMode = "Not incremental execution mode."
 Not incremental execution mode.
 
constexpr char const * kNotExecAnewMode = "Not anew execution mode."
 Not anew execution mode.
 
constexpr char const * kNotSimulIncrMode = "Not incremental simulation mode."
 Not incremental simulation mode.
 
constexpr char const * kNotSimulAnewMode = "Not anew simulation mode."
 Not anew simulation mode.
 
constexpr char const * kNotExecAppMode = "Not execution application mode."
 Not execution application mode.
 
constexpr char const * kNotSimulAppMode = "Not simulation application mode."
 Not simulation application mode.
 
constexpr char const * kNotExecPropMode = "Not execution propagation mode."
 Not execution propagation mode.
 
constexpr char const * kNotSimulPropMode = "Not simulation propagation mode."
 Not simulation propagation mode.
 
constexpr char const * kExecAppMode = "Execution application mode found."
 Execution application mode found.
 
constexpr char const * kSimulModeNull = "Simulation mode is null computation mode."
 Simulation mode is null computation mode.
 
constexpr char const * kSetExecAppMode = "Execution application mode after another application mode."
 Execution application mode after another application mode.
 
constexpr char const * kSetExecPropMode = "Execution propagation mode after inappropriate application mode."
 Execution propagation mode after inappropriate application mode.
 
constexpr char const * kSetSimulAppMode = "Simulation application mode after another application mode."
 Simulation application mode after another application mode.
 
constexpr char const * kSetSimulPropMode = "Simulation propagation mode after inappropriate application mode."
 Simulation propagation mode after inappropriate application mode.
 
Variable Assignments
constexpr char const * kDuplicateAssignVars = "Duplicate assignment variables found."
 Duplicate assignment variables found.
 
constexpr char const * kNoExecAssignVars = "No execution assignment variables."
 No execution assignment variables.
 
constexpr char const * kNotChangedExecVars = "Execution assignment variables not changed."
 Candidate assignment variables not changed.
 
constexpr char const * kNotChangedFixedVars = "Simulation fixed assignment variables not changed."
 Simulation fixed assignment variables not changed.
 
constexpr char const * kNotChangedFlexiVars = "Simulation flexible assignment variables not changed."
 Simulaition flexible assignment variables not changed.
 
constexpr char const * kFlexiVarCountMismatch = "Flexible variable count mismatch."
 Flexible variable count mismatch.
 
constexpr char const * kFixedVarsNotLocked = "Fixed variables are not locked."
 Fixed variable are not locked.
 
constexpr char const * kNotAllowedMultiVarExec = "Multi-variable execution not allowed."
 Multi-variable execution not allowed.
 
constexpr char const * kNotAllowedMultiVarFixed = "Multi-variable fixed simulation not allowed."
 Multi-variable fixed simulation not allowed.
 
constexpr char const * kNotAllowedMultiVarFlexi = "Multi-variable flexi simulation not allowed."
 Multi-variable flexi simulation not allowed.
 
Tabu Metaheuristics
constexpr char const * kTabuModelNotDefined = "Tabu model not defined."
 Tabu model not defined.
 
constexpr char const * kTabuNotActive = "Tabu not active."
 Tabu not active.
 
constexpr char const * kTabuCallbackNotDefined = "Tabu callback undefined."
 Tabu callback undefined.
 
constexpr char const * kTabuCallbackNotSupported = "Tabu callback not supported."
 Tabu callback not supported.
 
constexpr char const * kUndefTabuEffect = "Compute tabu effect not defined."
 Compute tabu effect not defined.
 
constexpr char const * kTabuInconsistent = "Inconsistent tabu found."
 Inconsistent tabu found.
 
constexpr char const * kTabuModelMismatch = "Tabu model mismatch."
 Tabu model mismatch.
 
constexpr char const * kTabuVarPairUnordered = "Tabu variable pair unordered."
 Tabu variable pair unordered.
 
constexpr char const * kControlVarTabuAttempt = "Control variables cannot be tabued."
 Control variables cannot be tabued.
 
Variable Locking
constexpr char const * kVarLockManagerNotUsed = "Variable locking manager not in use."
 Variable locking manager not in use.
 
constexpr char const * kVarAppearedLocked = "Variable appears to be locked."
 Variable appears to be locked.
 
constexpr char const * kLockEffectNotDefined = "Lock effect not defined."
 Lock effect is not defined.
 
constexpr char const * kControlVarLockAttempt = "Control variables cannot be locked."
 Control variables cannot be locked.
 
Function Parameters
constexpr char const * kInvalidFuncParamSpec = "Invalid funciton parameter specification."
 Invalid function parameter specification.
 
constexpr char const * kFuncNotRequiredParams = "Function does not have required parameters."
 Function does not have required parameters.
 
Scheduling Queue
constexpr char const * kUnknownUpwardScheduleQueue = "Unknown scheduling queue in upward computation."
 Unknown scheduling queue in upward computation.
 

Detailed Description

Various message texts, mainly error messages.

Author
M.A.Hakim Newton mahak.nosp@m.im.n.nosp@m.ewton.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Duc Nghia Pham ducng.nosp@m.hia..nosp@m.pham@.nosp@m.gmai.nosp@m.l.com
Date
01.01.2015