sdpcuts.hpp File Reference
#include <OsiXxxSolverInterface.hpp>
Go to the source code of this file.
Defines |
#define | LP_TOLERANCE 0.0000001 |
#define | FEAS_CHECK_NO_VIOLATION 0 |
#define | FEAS_CHECK_BOUNDS_VIOLATION 1 |
#define | FEAS_CHECK_CONSTRAINT_VIOLATION 2 |
#define | FEAS_CHECK_CONSTRAINT_VIOLATION_NO_RECOVER 3 |
Functions |
void | print_ifdefs (FILE *) |
void | solver_status (OsiSolverInterface *) |
FILE * | open_f_res () |
FILE * | open_short_f_res () |
void | print_current_sol (int, double, int, int, double, double, double) |
void | print_file_current_sol (FILE *, char *, int, double, int, int, double, double, double) |
void | print_file_short_sol (FILE *, char *, int, double, int, int, double, double) |
int | feasibility_check (const int, const int, const int, const double *, const double **, const double *, const char *, const double *, const double *, const double *, const double *) |
double | evaluateSolution (const int, const int, const double *, const double *, const double *, const double **, const double) |
Define Documentation
#define LP_TOLERANCE 0.0000001 |
#define FEAS_CHECK_NO_VIOLATION 0 |
#define FEAS_CHECK_BOUNDS_VIOLATION 1 |
#define FEAS_CHECK_CONSTRAINT_VIOLATION 2 |
#define FEAS_CHECK_CONSTRAINT_VIOLATION_NO_RECOVER 3 |
Function Documentation
void print_ifdefs |
( |
FILE * |
|
) |
|
void solver_status |
( |
OsiSolverInterface * |
|
) |
|
FILE* open_short_f_res |
( |
|
) |
|
void print_current_sol |
( |
int |
, |
|
|
double |
, |
|
|
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
| |
|
) |
| | |
void print_file_current_sol |
( |
FILE * |
, |
|
|
char * |
, |
|
|
int |
, |
|
|
double |
, |
|
|
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
, |
|
|
double |
| |
|
) |
| | |
void print_file_short_sol |
( |
FILE * |
, |
|
|
char * |
, |
|
|
int |
, |
|
|
double |
, |
|
|
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
| |
|
) |
| | |
int feasibility_check |
( |
const |
int, |
|
|
const |
int, |
|
|
const |
int, |
|
|
const double * |
, |
|
|
const double ** |
, |
|
|
const double * |
, |
|
|
const char * |
, |
|
|
const double * |
, |
|
|
const double * |
, |
|
|
const double * |
, |
|
|
const double * |
| |
|
) |
| | |
double evaluateSolution |
( |
const |
int, |
|
|
const |
int, |
|
|
const double * |
, |
|
|
const double * |
, |
|
|
const double * |
, |
|
|
const double ** |
, |
|
|
const |
double | |
|
) |
| | |