9 package org.coinor.examples.scalable;
51 public Scalable(String name,
double gl,
double gu)
78 super.create(n, m, nnz_jac_g, nnz_h_lag, index_style);
86 public void print(
double[] x, String str)
88 System.out.println(str);
89 for(
int i = 0; i < x.length; ++i )
90 System.out.println(x[i]);
double[] getInitialGuess()
void print(double[] x, String str)
Abstract class for the scalable problems.
Copyright (C) 2007 VRTech Industrial Technologies - www.vrtech.com.br.
abstract boolean initialize(int n)
In this function all problem sizes, bounds and initial guess should be initialized.
Scalable(String name, double gl, double gu)
A Java Native Interface for the Ipopt optimization solver.
void create()
Creates the problem based on the already computed problem sizes and bounds.