SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.optimization.constrained.integer
Interface IntegerConstrainedMinimizer

All Superinterfaces:
Minimizer
All Known Implementing Classes:
BruteForce

public interface IntegerConstrainedMinimizer
extends Minimizer


Method Summary
 void solve(IntegerConstrainedProblem problem, double tol)
           
 
Methods inherited from interface com.numericalmethod.suanshu.optimization.Minimizer
minimum, search
 

Method Detail

solve

void solve(IntegerConstrainedProblem problem,
           double tol)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.