Microsoft.Z3.Goal.Reset C# (CSharp) Method

Reset() public method

Erases all formulas from the given goal.
public Reset ( ) : void
return void
        public void Reset()
        {
            Native.Z3_goal_reset(Context.nCtx, NativeObject);
        }