Dynamic Relaxation Clash Plugin

DynamicClashVerification..::..DynamicRelaxationSolver Property

The dynamic relaxation solver instance for solving the verification using dynamic relaxation algorithm.

Namespace:  DynamicRelaxationClashVerification.Models
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


public DynamicRelaxationSolver DynamicRelaxationSolver { get; set; }
Public Property DynamicRelaxationSolver As DynamicRelaxationSolver
	Get
	Set
public:
property DynamicRelaxationSolver^ DynamicRelaxationSolver {
	DynamicRelaxationSolver^ get ();
	void set (DynamicRelaxationSolver^ value);
}

Field Value

The dynamic relaxation solver.