Interface ICanSetLicense
A solver implementing this interface will be able to set a license
Namespace: OPTANO.Modeling.Optimization.Solver.Interfaces
Assembly: Optimization.dll
Syntax
public interface ICanSetLicense
Methods
SetLicenseString(String)
Will set the license via a license string
Declaration
void SetLicenseString(string licenseContents)
Parameters
Type | Name | Description |
---|---|---|
System.String | licenseContents | The contents of a license |