mirror of
https://github.com/Z3Prover/z3
synced 2025-06-11 08:33:25 +00:00
Fix typos.
This commit is contained in:
parent
9379ec3a68
commit
44bc00f13d
9 changed files with 20 additions and 20 deletions
|
@ -29,13 +29,13 @@ namespace Microsoft.SolverFoundation.Plugin.Z3
|
|||
private NonlinearResult _result;
|
||||
private Z3BaseSolver _solver;
|
||||
|
||||
/// <summary>Constructor that initializes the base clases</summary>
|
||||
/// <summary>Constructor that initializes the base classes</summary>
|
||||
public Z3TermSolver() : base(null)
|
||||
{
|
||||
_solver = new Z3BaseSolver(this);
|
||||
}
|
||||
|
||||
/// <summary>Constructor that initializes the base clases</summary>
|
||||
/// <summary>Constructor that initializes the base classes</summary>
|
||||
public Z3TermSolver(ISolverEnvironment context) : this() { }
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue