Class Solver
Inheritance
System.Object
Solver
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class Solver : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
NumberOfNodes
Declaration
public int NumberOfNodes { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
TotalNumberOfDegreesOfFreedom
Declaration
public int TotalNumberOfDegreesOfFreedom { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Implements
System.IEquatable<T>
Extension Methods