#include <ctime>
#include <limits>
#include "Array.h"
#include "chMatrix.h"
#include "dColVector.h"
#include "dMatrix.h"
#include "dSparse.h"
#include "lo-ieee.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "oct-map.h"
#include "ov.h"
#include "ovl.h"
#include <glpk.h>
Go to the source code of this file.
◆ OCTAVE_GLPK_GET_INT_PARAM
#define OCTAVE_GLPK_GET_INT_PARAM |
( |
|
NAME, |
|
|
|
VAL |
|
) |
| |
Value: do \
{ \
\
{ \
else \
error (
"glpk: invalid value in PARAM" NAME); \
} \
} \
while (0)
int strict_int_value(bool frc_str_conv=false) const
Definition at line 340 of file __glpk__.cc.
◆ OCTAVE_GLPK_GET_REAL_PARAM
#define OCTAVE_GLPK_GET_REAL_PARAM |
( |
|
NAME, |
|
|
|
VAL |
|
) |
| |
Value: do \
{ \
\
{ \
else \
error (
"glpk: invalid value in PARAM" NAME); \
} \
} \
while (0)
double xscalar_value(const char *fmt,...) const
Definition at line 325 of file __glpk__.cc.
◆ F__glpk__()
Definition at line 359 of file __glpk__.cc.
References A, octave_scalar_map::assign(), B, C, Array< T, Alloc >::data(), err_disabled_feature(), error(), Array< T, Alloc >::numel(), OCTAVE_GLPK_GET_INT_PARAM, OCTAVE_GLPK_GET_REAL_PARAM, octave_NA, ovl(), print_usage(), Array< T, Alloc >::resize(), ColumnVector::resize(), Array< T, Alloc >::rwdata(), scale(), and xmin().
◆ G__glpk__()