Differences From Artifact [da2fe34a04]:

To Artifact [0452c911f4]:


16
17
18
19
20
21
22


23
24
25
26
27
28
29
	     const int nyz)
    : Solver (ae,npar,nu,nx,ny,nyz)
  { static_ptr = this; VARS = nyz; };
  
  static double
  f (double tryUi[], int nyz);
  


protected:

  void
  Solve (void);

  double
  best_nearby (double    	delta[],







>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
	     const int nyz)
    : Solver (ae,npar,nu,nx,ny,nyz)
  { static_ptr = this; VARS = nyz; };
  
  static double
  f (double tryUi[], int nyz);
  
  ~HJ_Solver (void) {};

protected:

  void
  Solve (void);

  double
  best_nearby (double    	delta[],

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]