C# implementation of Schittkowski problem no. 225 Adapted from http://www.orfe.princeton.edu/~rvdb/ampl/nlmodels/s/s225.mod Optimal solution x* = { 1; 1 }, f* = 2
Inheritance: IpoptProblem
Example #1
0
 public void Teardown()
 {
     _instance.Dispose();
     _instance = null;
 }
Example #2
0
 public void Setup()
 {
     _instance = new S225();
 }