|
SCIP-SDP
4.0.0
|
reduced cost / dual fixing for SDPs More...
Go to the source code of this file.
Functions | |
| SCIP_EXPORT SCIP_RETCODE | SCIPincludePropSdpredcost (SCIP *scip) |
reduced cost / dual fixing for SDPs
Propagates bounds
\( y_j \leq \ell_j + \frac{v_{CO} - \bar{v}}{\bar{X}_{n+m+j,n+m+j}} \),
\( y_j \geq u_j - \frac{v_{CO} - \bar{v}}{\bar{X}_{n+j,n+j}} \)
where \(\bar{v}\) is the value of the current SDP-relaxation, \(v_{CO}\) is the cutoffbound and \(\bar{X}_{n+m+j,n+m+j}\) the value of the corresponding primal solution.
Definition in file prop_sdpredcost.h.
| SCIP_EXPORT SCIP_RETCODE SCIPincludePropSdpredcost | ( | SCIP * | scip | ) |
creates the Sdpredcost propagator and includes it in SCIP
| scip | SCIP data structure |
Definition at line 393 of file prop_sdpredcost.c.
References DEFAULT_SDPRCBIN, DEFAULT_SDPRCINTCONT, PROP_DELAY, PROP_DESC, PROP_FREQ, PROP_NAME, PROP_PRIORITY, and PROP_TIMING.
Referenced by SCIP_DECL_PROPCOPY(), and SCIPSDPincludeDefaultPlugins().
1.8.11