Enum SolveMode
Enumeration of solve modes.
Namespace: ClingoSharp.CoreServices.Enums
Assembly: ClingoSharp.CoreServices.dll
Syntax
[Flags]
public enum SolveMode
Fields
Name | Description |
---|---|
Async | Enable non-blocking search |
Yield | Yield models in calls to clingo_solve_handle_model |