DiaStrength

DiaStrength — Strength for DiaVariable's.

Synopsis

enum                DiaStrength;

Description

Every DiaVariable object is assigned a strength. The solver will change the value of the weakest variable in an attempt to make the constraints true.

Details

enum DiaStrength

typedef enum {
	DIA_STRENGTH_VERY_WEAK,
	DIA_STRENGTH_WEAK,
	DIA_STRENGTH_MEDIUM,
	DIA_STRENGTH_STRONG,
	DIA_STRENGTH_VERY_STRONG,
	DIA_STRENGTH_REQUIRED
} DiaStrength;

See Also

DiaVariable, DiaConstraint