Пример #1
0
 /// <summary>
 /// Create and set the solver. Will get more complicated as
 /// params become clear.
 /// </summary>
 private void CreateContextAndSolver()
 {
     Context  = new Z3Context();
     Z3Solver = Context.MkSolver();
 }