14 #include "CoinFinite.hpp"
15 #include "CoinHelperFunctions.hpp"
17 using namespace Couenne;
20 cutoff_ (COIN_DBL_MAX),
31 sol_ = CoinCopyOfArray (s, n);
53 CoinCopyN (s, p -> nOrigVars (),
sol_);
54 CoinFillN (
sol_ + p -> nOrigVars (), p -> nVars () - p -> nOrigVars (), 0.);
bool valid_
Stored solution corresponds to cutoff.
double * sol_
Best solution.
Class for MINLP problems with symbolic information.
void fint fint fint fint fint fint fint fint fint fint real real real real real real real real * s
double CouNumber
main number type in Couenne
int size_
Size of the vector stored in sol (should be #var of reformulation)
void setCutOff(const CouenneProblem *p, double cutoff, const double *s=NULL)
double cutoff_
Value of the best solution.