示例#1
0
 /// <summary>Constructor that initializes the base clases</summary>
 public Z3TermSolver() : base(null)
 {
     _solver = new Z3BaseSolver(this);
 }
示例#2
0
 /// <summary>Constructor that initializes the base clases</summary>
 public Z3MILPSolver() : base(null)
 {
     _result = LinearResult.Feasible;
     _solver = new Z3BaseSolver(this);
 }
示例#3
0
 /// <summary>Constructor that initializes the base clases</summary>
 public Z3MILPSolver() : base(null) 
 {
     _result = LinearResult.Feasible;
     _solver = new Z3BaseSolver(this);
 }
示例#4
0
 /// <summary>Constructor that initializes the base clases</summary>
 public Z3TermSolver() : base(null) 
 {
     _solver = new Z3BaseSolver(this);
 }