OCamllabs icon Home|Differences with the last checks|Previous runs


Building on spring

(from freebsd)
2024-04-18 02:53.27 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2024-04-18 02:53.28 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q f089d8564db935c703bea70a4b3d8335ffa1bef3"))
2024-04-18 02:53.28 ---> using "83de7f37a3fdfdf2af7d52001c195007ba3d03fbf63bb1c5deeb0bd7199a7e68" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-04-18 02:53.28 ---> using "ae05d419fac6605f1fa37d4b0e1385766018ebaa3233982c89fd3cd33bf5b52b" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.1' 'ocaml-base-compiler.4.14.1'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.1"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.1  (https://github.com/ocaml/ocaml/archive/4.14.1.tar.gz)
-> installed ocaml-base-compiler.4.14.1
-> installed ocaml-config.2
-> installed ocaml.4.14.1
Done.
# Run eval $(opam env --switch=4.14.1) to update the current shell environment
2024-04-18 02:53.28 ---> using "141be27e9e0ebb1fb3c3878d245ca5b32294a540950418ca62d711f486fac687" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-04-18 02:53.28 ---> using "72aa242bda62d28199dcb867f3fc8b109a5eb0c910cde2077a6e022a52d02938" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"conf-glpk.1\"\
               \nopam install -vy \"conf-glpk.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"conf-glpk.1\" | grep -q '\"freebsd\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] conf-glpk.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 1 package
  - install conf-glpk 1

The following system packages will first need to be installed:
    glpk

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/sudo "pkg" "install" "-y" "glpk"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: .........
- . done
- Processing entries: .
- ..
- .
- ..
- ..
- .
- . done
- FreeBSD repository update completed. 34060 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: ...
- ......
- . done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: .......... done
- Processing entries: 
- ..
- ..
- ..
- ..
- .. done
- FreeBSD repository update completed. 34060 packages processed.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	glpk: 5.0
- 	gmp: 6.3.0
- 
- Number of packages to be installed: 2
- 
- The process will require 7 MiB more space.
- 3 MiB to be downloaded.
- [spring] [1/2] Fetching glpk-5.0.pkg: ........
- .. done
- [spring] [2/2] Fetching gmp-6.3.0.pkg: .......... done
- Checking integrity... done (0 conflicting)
- [spring] [1/2] Installing gmp-6.3.0...
- [spring] [1/2] Extracting gmp-6.3.0: .......... done
- [spring] [2/2] Installing glpk-5.0...
- [spring] [2/2] Extracting glpk-5.0: .......... done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/3: [conf-glpk: sh echo '#include <glpk.h>' > test.c]
+ /bin/sh "-c" "echo '#include <glpk.h>' > test.c" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/conf-glpk.1)
Processing  2/3: [conf-glpk: cc test.c]
+ /usr/bin/cc "-E" "-I/usr/local/include" "test.c" (CWD=/home/opam/.opam/4.14.1/.opam-switch/build/conf-glpk.1)
- # 1 "test.c"
- # 1 "<built-in>" 1
- # 1 "<built-in>" 3
- # 368 "<built-in>" 3
- # 1 "<command line>" 1
- # 1 "<built-in>" 2
- # 1 "test.c" 2
- # 1 "/usr/local/include/glpk.h" 1
- # 25 "/usr/local/include/glpk.h"
- # 1 "/usr/include/stdarg.h" 1 3 4
- 
- 
- 
- 
- # 1 "/usr/include/x86/stdarg.h" 1 3 4
- # 31 "/usr/include/x86/stdarg.h" 3 4
- # 1 "/usr/include/sys/_stdarg.h" 1 3 4
- # 34 "/usr/include/sys/_stdarg.h" 3 4
- # 1 "/usr/include/sys/cdefs.h" 1 3 4
- # 35 "/usr/include/sys/_stdarg.h" 2 3 4
- # 1 "/usr/include/sys/_types.h" 1 3 4
- # 43 "/usr/include/sys/_types.h" 3 4
- typedef signed char __int8_t;
- typedef unsigned char __uint8_t;
- typedef short __int16_t;
- typedef unsigned short __uint16_t;
- typedef int __int32_t;
- typedef unsigned int __uint32_t;
- 
- typedef long __int64_t;
- typedef unsigned long __uint64_t;
- # 61 "/usr/include/sys/_types.h" 3 4
- typedef __int8_t __int_least8_t;
- typedef __int16_t __int_least16_t;
- typedef __int32_t __int_least32_t;
- typedef __int64_t __int_least64_t;
- typedef __int64_t __intmax_t;
- typedef __uint8_t __uint_least8_t;
- typedef __uint16_t __uint_least16_t;
- typedef __uint32_t __uint_least32_t;
- typedef __uint64_t __uint_least64_t;
- typedef __uint64_t __uintmax_t;
- 
- 
- typedef __int64_t __intptr_t;
- typedef __int64_t __intfptr_t;
- typedef __uint64_t __uintptr_t;
- typedef __uint64_t __uintfptr_t;
- typedef __uint64_t __vm_offset_t;
- typedef __uint64_t __vm_size_t;
- # 91 "/usr/include/sys/_types.h" 3 4
- typedef __uint64_t __size_t;
- typedef __int64_t __ssize_t;
- # 101 "/usr/include/sys/_types.h" 3 4
- typedef __int64_t __ptrdiff_t;
- # 111 "/usr/include/sys/_types.h" 3 4
- # 1 "/usr/include/machine/_types.h" 1 3 4
- 
- 
- 
- 
- # 1 "/usr/include/x86/_types.h" 1 3 4
- # 47 "/usr/include/x86/_types.h" 3 4
- # 1 "/usr/include/machine/_limits.h" 1 3 4
- 
- 
- 
- 
- # 1 "/usr/include/x86/_limits.h" 1 3 4
- # 6 "/usr/include/machine/_limits.h" 2 3 4
- # 48 "/usr/include/x86/_types.h" 2 3 4
- 
- 
- 
- 
- 
- 
- 
- typedef __int32_t __clock_t;
- typedef __int64_t __critical_t;
- 
- typedef double __double_t;
- typedef float __float_t;
- # 69 "/usr/include/x86/_types.h" 3 4
- typedef __int32_t __int_fast8_t;
- typedef __int32_t __int_fast16_t;
- typedef __int32_t __int_fast32_t;
- typedef __int64_t __int_fast64_t;
- 
- typedef __int64_t __register_t;
- typedef __int64_t __segsz_t;
- typedef __int64_t __time_t;
- 
- 
- 
- 
- 
- typedef __uint32_t __uint_fast8_t;
- typedef __uint32_t __uint_fast16_t;
- typedef __uint32_t __uint_fast32_t;
- typedef __uint64_t __uint_fast64_t;
- 
- typedef __uint64_t __u_register_t;
- typedef __uint64_t __vm_paddr_t;
- 
- 
- 
- 
- typedef int ___wchar_t;
- # 6 "/usr/include/machine/_types.h" 2 3 4
- # 112 "/usr/include/sys/_types.h" 2 3 4
- 
- 
- 
- 
- typedef __int32_t __blksize_t;
- typedef __int64_t __blkcnt_t;
- typedef __int32_t __clockid_t;
- typedef __uint32_t __fflags_t;
- typedef __uint64_t __fsblkcnt_t;
- typedef __uint64_t __fsfilcnt_t;
- typedef __uint32_t __gid_t;
- typedef __int64_t __id_t;
- typedef __uint64_t __ino_t;
- typedef long __key_t;
- typedef __int32_t __lwpid_t;
- typedef __uint16_t __mode_t;
- typedef int __accmode_t;
- typedef int __nl_item;
- typedef __uint64_t __nlink_t;
- typedef __int64_t __off_t;
- typedef __int64_t __off64_t;
- typedef __int32_t __pid_t;
- typedef __int64_t __sbintime_t;
- typedef __int64_t __rlim_t;
- 
- 
- typedef __uint8_t __sa_family_t;
- typedef __uint32_t __socklen_t;
- typedef long __suseconds_t;
- typedef struct __timer *__timer_t;
- typedef struct __mq *__mqd_t;
- typedef __uint32_t __uid_t;
- typedef unsigned int __useconds_t;
- typedef int __cpuwhich_t;
- typedef int __cpulevel_t;
- typedef int __cpusetid_t;
- typedef __int64_t __daddr_t;
- # 168 "/usr/include/sys/_types.h" 3 4
- typedef int __ct_rune_t;
- typedef __ct_rune_t __rune_t;
- typedef __ct_rune_t __wint_t;
- 
- 
- 
- typedef __uint_least16_t __char16_t;
- typedef __uint_least32_t __char32_t;
- 
- 
- 
- 
- 
- 
- 
- typedef struct {
-  long long __max_align1 __attribute__((__aligned__(_Alignof(long long))));
- 
-  long double __max_align2 __attribute__((__aligned__(_Alignof(long double))));
- 
- } __max_align_t;
- 
- typedef __uint64_t __dev_t;
- 
- typedef __uint32_t __fixpt_t;
- 
- 
- 
- 
- 
- typedef union {
-  char __mbstate8[128];
-  __int64_t _mbstateL;
- } __mbstate_t;
- 
- typedef __uintmax_t __rman_res_t;
- 
- 
- 
- 
- 
- typedef __builtin_va_list __va_list;
- 
- 
- typedef __va_list __gnuc_va_list;
- # 36 "/usr/include/sys/_stdarg.h" 2 3 4
- 
- 
- 
-   typedef __va_list va_list;
- # 32 "/usr/include/x86/stdarg.h" 2 3 4
- # 6 "/usr/include/stdarg.h" 2 3 4
- # 26 "/usr/local/include/glpk.h" 2
- # 1 "/usr/include/stddef.h" 1 3 4
- # 38 "/usr/include/stddef.h" 3 4
- # 1 "/usr/include/sys/_null.h" 1 3 4
- # 39 "/usr/include/stddef.h" 2 3 4
- 
- 
- 
- typedef __ptrdiff_t ptrdiff_t;
- 
- 
- 
- 
- 
- typedef __rune_t rune_t;
- 
- 
- 
- 
- 
- typedef __size_t size_t;
- 
- 
- 
- 
- 
- typedef ___wchar_t wchar_t;
- 
- 
- 
- 
- 
- 
- typedef __max_align_t max_align_t;
- # 79 "/usr/include/stddef.h" 3 4
- typedef size_t rsize_t;
- # 27 "/usr/local/include/glpk.h" 2
- # 36 "/usr/local/include/glpk.h"
- typedef struct glp_prob glp_prob;
- # 82 "/usr/local/include/glpk.h"
- typedef struct
- {
-       int msg_lev;
-       int type;
- 
- 
- 
- 
- 
- 
- 
-       int lu_size;
-       double piv_tol;
-       int piv_lim;
-       int suhl;
-       double eps_tol;
-       double max_gro;
-       int nfs_max;
-       double upd_tol;
-       int nrs_max;
-       int rs_size;
-       double foo_bar[38];
- } glp_bfcp;
- 
- typedef struct
- {
-       int msg_lev;
- 
- 
- 
- 
- 
-       int meth;
- 
- 
- 
-       int pricing;
- 
- 
-       int r_test;
- 
- 
- 
- 
- 
-       double tol_bnd;
-       double tol_dj;
-       double tol_piv;
-       double obj_ll;
-       double obj_ul;
-       int it_lim;
-       int tm_lim;
-       int out_frq;
-       int out_dly;
-       int presolve;
- 
-       int excl;
-       int shift;
-       int aorn;
- 
- 
-       double foo_bar[33];
- 
- } glp_smcp;
- 
- typedef struct
- {
-       int msg_lev;
-       int ord_alg;
- 
- 
- 
- 
-       double foo_bar[48];
- } glp_iptcp;
- 
- typedef struct glp_tree glp_tree;
- 
- 
- typedef struct
- {
-       int msg_lev;
-       int br_tech;
- 
- 
- 
- 
- 
-       int bt_tech;
- 
- 
- 
- 
-       double tol_int;
-       double tol_obj;
-       int tm_lim;
-       int out_frq;
-       int out_dly;
-       void (*cb_func)(glp_tree *T, void *info);
- 
-       void *cb_info;
-       int cb_size;
-       int pp_tech;
- 
- 
- 
-       double mip_gap;
-       int mir_cuts;
-       int gmi_cuts;
-       int cov_cuts;
-       int clq_cuts;
-       int presolve;
-       int binarize;
-       int fp_heur;
-       int ps_heur;
-       int ps_tm_lim;
-       int sr_heur;
- 
-       int use_sol;
-       const char *save_sol;
-       int alien;
- 
- 
-       int flip;
- 
-       double foo_bar[23];
- } glp_iocp;
- 
- typedef struct
- {
-       int level;
- 
-       int origin;
- 
- 
- 
- 
-       int klass;
- 
- 
- 
- 
- 
-       double foo_bar[7];
- 
- } glp_attr;
- # 279 "/usr/local/include/glpk.h"
- typedef struct
- {
-       int blank;
- 
-       char *obj_name;
- 
-       double tol_mps;
- 
-       double foo_bar[17];
- 
- } glp_mpscp;
- 
- typedef struct
- {
-       double foo_bar[20];
- 
- } glp_cpxcp;
- 
- 
- typedef struct glp_prep glp_prep;
- 
- 
- 
- typedef struct glp_tran glp_tran;
- 
- 
- glp_prob *glp_create_prob(void);
- 
- 
- void glp_set_prob_name(glp_prob *P, const char *name);
- 
- 
- void glp_set_obj_name(glp_prob *P, const char *name);
- 
- 
- void glp_set_obj_dir(glp_prob *P, int dir);
- 
- 
- int glp_add_rows(glp_prob *P, int nrs);
- 
- 
- int glp_add_cols(glp_prob *P, int ncs);
- 
- 
- void glp_set_row_name(glp_prob *P, int i, const char *name);
- 
- 
- void glp_set_col_name(glp_prob *P, int j, const char *name);
- 
- 
- void glp_set_row_bnds(glp_prob *P, int i, int type, double lb,
-       double ub);
- 
- 
- void glp_set_col_bnds(glp_prob *P, int j, int type, double lb,
-       double ub);
- 
- 
- void glp_set_obj_coef(glp_prob *P, int j, double coef);
- 
- 
- void glp_set_mat_row(glp_prob *P, int i, int len, const int ind[],
-       const double val[]);
- 
- 
- void glp_set_mat_col(glp_prob *P, int j, int len, const int ind[],
-       const double val[]);
- 
- 
- void glp_load_matrix(glp_prob *P, int ne, const int ia[],
-       const int ja[], const double ar[]);
- 
- 
- int glp_check_dup(int m, int n, int ne, const int ia[], const int ja[]);
- 
- 
- void glp_sort_matrix(glp_prob *P);
- 
- 
- void glp_del_rows(glp_prob *P, int nrs, const int num[]);
- 
- 
- void glp_del_cols(glp_prob *P, int ncs, const int num[]);
- 
- 
- void glp_copy_prob(glp_prob *dest, glp_prob *prob, int names);
- 
- 
- void glp_erase_prob(glp_prob *P);
- 
- 
- void glp_delete_prob(glp_prob *P);
- 
- 
- const char *glp_get_prob_name(glp_prob *P);
- 
- 
- const char *glp_get_obj_name(glp_prob *P);
- 
- 
- int glp_get_obj_dir(glp_prob *P);
- 
- 
- int glp_get_num_rows(glp_prob *P);
- 
- 
- int glp_get_num_cols(glp_prob *P);
- 
- 
- const char *glp_get_row_name(glp_prob *P, int i);
- 
- 
- const char *glp_get_col_name(glp_prob *P, int j);
- 
- 
- int glp_get_row_type(glp_prob *P, int i);
- 
- 
- double glp_get_row_lb(glp_prob *P, int i);
- 
- 
- double glp_get_row_ub(glp_prob *P, int i);
- 
- 
- int glp_get_col_type(glp_prob *P, int j);
- 
- 
- double glp_get_col_lb(glp_prob *P, int j);
- 
- 
- double glp_get_col_ub(glp_prob *P, int j);
- 
- 
- double glp_get_obj_coef(glp_prob *P, int j);
- 
- 
- int glp_get_num_nz(glp_prob *P);
- 
- 
- int glp_get_mat_row(glp_prob *P, int i, int ind[], double val[]);
- 
- 
- int glp_get_mat_col(glp_prob *P, int j, int ind[], double val[]);
- 
- 
- void glp_create_index(glp_prob *P);
- 
- 
- int glp_find_row(glp_prob *P, const char *name);
- 
- 
- int glp_find_col(glp_prob *P, const char *name);
- 
- 
- void glp_delete_index(glp_prob *P);
- 
- 
- void glp_set_rii(glp_prob *P, int i, double rii);
- 
- 
- void glp_set_sjj(glp_prob *P, int j, double sjj);
- 
- 
- double glp_get_rii(glp_prob *P, int i);
- 
- 
- double glp_get_sjj(glp_prob *P, int j);
- 
- 
- void glp_scale_prob(glp_prob *P, int flags);
- 
- 
- void glp_unscale_prob(glp_prob *P);
- 
- 
- void glp_set_row_stat(glp_prob *P, int i, int stat);
- 
- 
- void glp_set_col_stat(glp_prob *P, int j, int stat);
- 
- 
- void glp_std_basis(glp_prob *P);
- 
- 
- void glp_adv_basis(glp_prob *P, int flags);
- 
- 
- void glp_cpx_basis(glp_prob *P);
- 
- 
- int glp_simplex(glp_prob *P, const glp_smcp *parm);
- 
- 
- int glp_exact(glp_prob *P, const glp_smcp *parm);
- 
- 
- void glp_init_smcp(glp_smcp *parm);
- 
- 
- int glp_get_status(glp_prob *P);
- 
- 
- int glp_get_prim_stat(glp_prob *P);
- 
- 
- int glp_get_dual_stat(glp_prob *P);
- 
- 
- double glp_get_obj_val(glp_prob *P);
- 
- 
- int glp_get_row_stat(glp_prob *P, int i);
- 
- 
- double glp_get_row_prim(glp_prob *P, int i);
- 
- 
- double glp_get_row_dual(glp_prob *P, int i);
- 
- 
- int glp_get_col_stat(glp_prob *P, int j);
- 
- 
- double glp_get_col_prim(glp_prob *P, int j);
- 
- 
- double glp_get_col_dual(glp_prob *P, int j);
- 
- 
- int glp_get_unbnd_ray(glp_prob *P);
- 
- 
- 
- int glp_get_it_cnt(glp_prob *P);
- 
- 
- 
- 
- void glp_set_it_cnt(glp_prob *P, int it_cnt);
- 
- 
- 
- int glp_interior(glp_prob *P, const glp_iptcp *parm);
- 
- 
- void glp_init_iptcp(glp_iptcp *parm);
- 
- 
- int glp_ipt_status(glp_prob *P);
- 
- 
- double glp_ipt_obj_val(glp_prob *P);
- 
- 
- double glp_ipt_row_prim(glp_prob *P, int i);
- 
- 
- double glp_ipt_row_dual(glp_prob *P, int i);
- 
- 
- double glp_ipt_col_prim(glp_prob *P, int j);
- 
- 
- double glp_ipt_col_dual(glp_prob *P, int j);
- 
- 
- void glp_set_col_kind(glp_prob *P, int j, int kind);
- 
- 
- int glp_get_col_kind(glp_prob *P, int j);
- 
- 
- int glp_get_num_int(glp_prob *P);
- 
- 
- int glp_get_num_bin(glp_prob *P);
- 
- 
- int glp_intopt(glp_prob *P, const glp_iocp *parm);
- 
- 
- void glp_init_iocp(glp_iocp *parm);
- 
- 
- int glp_mip_status(glp_prob *P);
- 
- 
- double glp_mip_obj_val(glp_prob *P);
- 
- 
- double glp_mip_row_val(glp_prob *P, int i);
- 
- 
- double glp_mip_col_val(glp_prob *P, int j);
- 
- 
- void glp_check_kkt(glp_prob *P, int sol, int cond, double *ae_max,
-       int *ae_ind, double *re_max, int *re_ind);
- 
- 
- int glp_print_sol(glp_prob *P, const char *fname);
- 
- 
- int glp_read_sol(glp_prob *P, const char *fname);
- 
- 
- int glp_write_sol(glp_prob *P, const char *fname);
- 
- 
- int glp_print_ranges(glp_prob *P, int len, const int list[],
-       int flags, const char *fname);
- 
- 
- int glp_print_ipt(glp_prob *P, const char *fname);
- 
- 
- int glp_read_ipt(glp_prob *P, const char *fname);
- 
- 
- int glp_write_ipt(glp_prob *P, const char *fname);
- 
- 
- int glp_print_mip(glp_prob *P, const char *fname);
- 
- 
- int glp_read_mip(glp_prob *P, const char *fname);
- 
- 
- int glp_write_mip(glp_prob *P, const char *fname);
- 
- 
- int glp_bf_exists(glp_prob *P);
- 
- 
- int glp_factorize(glp_prob *P);
- 
- 
- int glp_bf_updated(glp_prob *P);
- 
- 
- void glp_get_bfcp(glp_prob *P, glp_bfcp *parm);
- 
- 
- void glp_set_bfcp(glp_prob *P, const glp_bfcp *parm);
- 
- 
- int glp_get_bhead(glp_prob *P, int k);
- 
- 
- int glp_get_row_bind(glp_prob *P, int i);
- 
- 
- int glp_get_col_bind(glp_prob *P, int j);
- 
- 
- void glp_ftran(glp_prob *P, double x[]);
- 
- 
- void glp_btran(glp_prob *P, double x[]);
- 
- 
- int glp_warm_up(glp_prob *P);
- 
- 
- int glp_eval_tab_row(glp_prob *P, int k, int ind[], double val[]);
- 
- 
- int glp_eval_tab_col(glp_prob *P, int k, int ind[], double val[]);
- 
- 
- int glp_transform_row(glp_prob *P, int len, int ind[], double val[]);
- 
- 
- int glp_transform_col(glp_prob *P, int len, int ind[], double val[]);
- 
- 
- int glp_prim_rtest(glp_prob *P, int len, const int ind[],
-       const double val[], int dir, double eps);
- 
- 
- int glp_dual_rtest(glp_prob *P, int len, const int ind[],
-       const double val[], int dir, double eps);
- 
- 
- void glp_analyze_bound(glp_prob *P, int k, double *value1, int *var1,
-       double *value2, int *var2);
- 
- 
- void glp_analyze_coef(glp_prob *P, int k, double *coef1, int *var1,
-       double *value1, double *coef2, int *var2, double *value2);
- 
- 
- 
- glp_prep *glp_npp_alloc_wksp(void);
- 
- 
- void glp_npp_load_prob(glp_prep *prep, glp_prob *P, int sol,
-       int names);
- 
- 
- int glp_npp_preprocess1(glp_prep *prep, int hard);
- 
- 
- void glp_npp_build_prob(glp_prep *prep, glp_prob *Q);
- 
- 
- void glp_npp_postprocess(glp_prep *prep, glp_prob *Q);
- 
- 
- void glp_npp_obtain_sol(glp_prep *prep, glp_prob *P);
- 
- 
- void glp_npp_free_wksp(glp_prep *prep);
- 
- 
- 
- int glp_ios_reason(glp_tree *T);
- 
- 
- glp_prob *glp_ios_get_prob(glp_tree *T);
- 
- 
- void glp_ios_tree_size(glp_tree *T, int *a_cnt, int *n_cnt,
-       int *t_cnt);
- 
- 
- int glp_ios_curr_node(glp_tree *T);
- 
- 
- int glp_ios_next_node(glp_tree *T, int p);
- 
- 
- int glp_ios_prev_node(glp_tree *T, int p);
- 
- 
- int glp_ios_up_node(glp_tree *T, int p);
- 
- 
- int glp_ios_node_level(glp_tree *T, int p);
- 
- 
- double glp_ios_node_bound(glp_tree *T, int p);
- 
- 
- int glp_ios_best_node(glp_tree *T);
- 
- 
- double glp_ios_mip_gap(glp_tree *T);
- 
- 
- void *glp_ios_node_data(glp_tree *T, int p);
- 
- 
- void glp_ios_row_attr(glp_tree *T, int i, glp_attr *attr);
- 
- 
- int glp_ios_pool_size(glp_tree *T);
- 
- 
- int glp_ios_add_row(glp_tree *T,
-       const char *name, int klass, int flags, int len, const int ind[],
-       const double val[], int type, double rhs);
- 
- 
- void glp_ios_del_row(glp_tree *T, int i);
- 
- 
- void glp_ios_clear_pool(glp_tree *T);
- 
- 
- int glp_ios_can_branch(glp_tree *T, int j);
- 
- 
- void glp_ios_branch_upon(glp_tree *T, int j, int sel);
- 
- 
- void glp_ios_select_node(glp_tree *T, int p);
- 
- 
- int glp_ios_heur_sol(glp_tree *T, const double x[]);
- 
- 
- void glp_ios_terminate(glp_tree *T);
- # 809 "/usr/local/include/glpk.h"
- void glp_init_mpscp(glp_mpscp *parm);
- 
- 
- int glp_read_mps(glp_prob *P, int fmt, const glp_mpscp *parm,
-       const char *fname);
- 
- 
- int glp_write_mps(glp_prob *P, int fmt, const glp_mpscp *parm,
-       const char *fname);
- 
- 
- void glp_init_cpxcp(glp_cpxcp *parm);
- 
- 
- int glp_read_lp(glp_prob *P, const glp_cpxcp *parm, const char *fname);
- 
- 
- int glp_write_lp(glp_prob *P, const glp_cpxcp *parm, const char *fname);
- 
- 
- int glp_read_prob(glp_prob *P, int flags, const char *fname);
- 
- 
- int glp_write_prob(glp_prob *P, int flags, const char *fname);
- 
- 
- glp_tran *glp_mpl_alloc_wksp(void);
- 
- 
- void glp_mpl_init_rand(glp_tran *tran, int seed);
- 
- 
- int glp_mpl_read_model(glp_tran *tran, const char *fname, int skip);
- 
- 
- int glp_mpl_read_data(glp_tran *tran, const char *fname);
- 
- 
- int glp_mpl_generate(glp_tran *tran, const char *fname);
- 
- 
- void glp_mpl_build_prob(glp_tran *tran, glp_prob *prob);
- 
- 
- int glp_mpl_postsolve(glp_tran *tran, glp_prob *prob, int sol);
- 
- 
- void glp_mpl_free_wksp(glp_tran *tran);
- 
- 
- int glp_read_cnfsat(glp_prob *P, const char *fname);
- 
- 
- int glp_check_cnfsat(glp_prob *P);
- 
- 
- int glp_write_cnfsat(glp_prob *P, const char *fname);
- 
- 
- int glp_minisat1(glp_prob *P);
- 
- 
- int glp_intfeas1(glp_prob *P, int use_bound, int obj_bound);
- 
- 
- int glp_init_env(void);
- 
- 
- const char *glp_version(void);
- 
- 
- const char *glp_config(const char *option);
- 
- 
- int glp_free_env(void);
- 
- 
- void glp_puts(const char *s);
- 
- 
- void glp_printf(const char *fmt, ...);
- 
- 
- void glp_vprintf(const char *fmt, va_list arg);
- 
- 
- int glp_term_out(int flag);
- 
- 
- void glp_term_hook(int (*func)(void *info, const char *s), void *info);
- 
- 
- int glp_open_tee(const char *name);
- 
- 
- int glp_close_tee(void);
- 
- 
- 
- 
- typedef void (*glp_errfunc)(const char *fmt, ...);
- 
- 
- 
- glp_errfunc glp_error_(const char *file, int line);
- 
- 
- 
- int glp_at_error(void);
- 
- 
- 
- 
- 
- void glp_assert_(const char *expr, const char *file, int line);
- 
- 
- void glp_error_hook(void (*func)(void *info), void *info);
- # 935 "/usr/local/include/glpk.h"
- void *glp_alloc(int n, int size);
- 
- 
- void *glp_realloc(void *ptr, int n, int size);
- 
- 
- void glp_free(void *ptr);
- 
- 
- void glp_mem_limit(int limit);
- 
- 
- void glp_mem_usage(int *count, int *cpeak, size_t *total,
-       size_t *tpeak);
- 
- 
- double glp_time(void);
- 
- 
- double glp_difftime(double t1, double t0);
- 
- 
- typedef struct glp_graph glp_graph;
- typedef struct glp_vertex glp_vertex;
- typedef struct glp_arc glp_arc;
- 
- struct glp_graph
- {
-       void *pool;
- 
-       char *name;
- 
- 
-       int nv_max;
- 
-       int nv;
- 
-       int na;
- 
-       glp_vertex **v;
- 
-       void *index;
- 
- 
-       int v_size;
- 
-       int a_size;
- 
- };
- 
- struct glp_vertex
- {
-       int i;
- 
-       char *name;
- 
- 
-       void *entry;
- 
- 
- 
-       void *data;
- 
-       void *temp;
- 
-       glp_arc *in;
- 
-       glp_arc *out;
- 
- };
- 
- struct glp_arc
- {
-       glp_vertex *tail;
- 
-       glp_vertex *head;
- 
-       void *data;
- 
-       void *temp;
- 
-       glp_arc *t_prev;
- 
-       glp_arc *t_next;
- 
-       glp_arc *h_prev;
- 
-       glp_arc *h_next;
- 
- };
- 
- glp_graph *glp_create_graph(int v_size, int a_size);
- 
- 
- void glp_set_graph_name(glp_graph *G, const char *name);
- 
- 
- int glp_add_vertices(glp_graph *G, int nadd);
- 
- 
- void glp_set_vertex_name(glp_graph *G, int i, const char *name);
- 
- 
- glp_arc *glp_add_arc(glp_graph *G, int i, int j);
- 
- 
- void glp_del_vertices(glp_graph *G, int ndel, const int num[]);
- 
- 
- void glp_del_arc(glp_graph *G, glp_arc *a);
- 
- 
- void glp_erase_graph(glp_graph *G, int v_size, int a_size);
- 
- 
- void glp_delete_graph(glp_graph *G);
- 
- 
- void glp_create_v_index(glp_graph *G);
- 
- 
- int glp_find_vertex(glp_graph *G, const char *name);
- 
- 
- void glp_delete_v_index(glp_graph *G);
- 
- 
- int glp_read_graph(glp_graph *G, const char *fname);
- 
- 
- int glp_write_graph(glp_graph *G, const char *fname);
- 
- 
- void glp_mincost_lp(glp_prob *P, glp_graph *G, int names, int v_rhs,
-       int a_low, int a_cap, int a_cost);
- 
- 
- int glp_mincost_okalg(glp_graph *G, int v_rhs, int a_low, int a_cap,
-       int a_cost, double *sol, int a_x, int v_pi);
- 
- 
- int glp_mincost_relax4(glp_graph *G, int v_rhs, int a_low, int a_cap,
-       int a_cost, int crash, double *sol, int a_x, int a_rc);
- 
- 
- void glp_maxflow_lp(glp_prob *P, glp_graph *G, int names, int s,
-       int t, int a_cap);
- 
- 
- int glp_maxflow_ffalg(glp_graph *G, int s, int t, int a_cap,
-       double *sol, int a_x, int v_cut);
- 
- 
- int glp_check_asnprob(glp_graph *G, int v_set);
- 
- 
- 
- 
- 
- 
- 
- int glp_asnprob_lp(glp_prob *P, int form, glp_graph *G, int names,
-       int v_set, int a_cost);
- 
- 
- int glp_asnprob_okalg(int form, glp_graph *G, int v_set, int a_cost,
-       double *sol, int a_x);
- 
- 
- int glp_asnprob_hall(glp_graph *G, int v_set, int a_x);
- 
- 
- double glp_cpp(glp_graph *G, int v_t, int v_es, int v_ls);
- 
- 
- int glp_read_mincost(glp_graph *G, int v_rhs, int a_low, int a_cap,
-       int a_cost, const char *fname);
- 
- 
- int glp_write_mincost(glp_graph *G, int v_rhs, int a_low, int a_cap,
-       int a_cost, const char *fname);
- 
- 
- int glp_read_maxflow(glp_graph *G, int *s, int *t, int a_cap,
-       const char *fname);
- 
- 
- int glp_write_maxflow(glp_graph *G, int s, int t, int a_cap,
-       const char *fname);
- 
- 
- int glp_read_asnprob(glp_graph *G, int v_set, int a_cost, const char
-       *fname);
- 
- 
- int glp_write_asnprob(glp_graph *G, int v_set, int a_cost, const char
-       *fname);
- 
- 
- int glp_read_ccdata(glp_graph *G, int v_wgt, const char *fname);
- 
- 
- int glp_write_ccdata(glp_graph *G, int v_wgt, const char *fname);
- 
- 
- int glp_netgen(glp_graph *G, int v_rhs, int a_cap, int a_cost,
-       const int parm[1+15]);
- 
- 
- void glp_netgen_prob(int nprob, int parm[1+15]);
- 
- 
- int glp_gridgen(glp_graph *G, int v_rhs, int a_cap, int a_cost,
-       const int parm[1+14]);
- 
- 
- int glp_rmfgen(glp_graph *G, int *s, int *t, int a_cap,
-       const int parm[1+5]);
- 
- 
- int glp_weak_comp(glp_graph *G, int v_num);
- 
- 
- int glp_strong_comp(glp_graph *G, int v_num);
- 
- 
- int glp_top_sort(glp_graph *G, int v_num);
- 
- 
- int glp_wclique_exact(glp_graph *G, int v_wgt, double *sol, int v_set);
- # 2 "test.c" 2
- 
-> compiled  conf-glpk.1
-> installed conf-glpk.1
Done.
2024-04-18 02:54.20 ---> saved as "8f79e77e7452f8b0f68a4c29c9a85b157ea1bbbd656a5d5e7618afc11ffc096c"
Job succeeded