@iyulab/u-routing 0.2.4 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "iyulab"
6
6
  ],
7
7
  "description": "Vehicle routing optimization: TSP, CVRP, VRPTW with constructive heuristics, local search, GA, and ALNS.",
8
- "version": "0.2.4",
8
+ "version": "0.3.0",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/u_routing_bg.js CHANGED
@@ -30,10 +30,6 @@ export function __wbg_Error_9dc85fe1bc224456(arg0, arg1) {
30
30
  const ret = Error(getStringFromWasm0(arg0, arg1));
31
31
  return ret;
32
32
  }
33
- export function __wbg_Number_4779d427bae39753(arg0) {
34
- const ret = Number(arg0);
35
- return ret;
36
- }
37
33
  export function __wbg_String_8564e559799eccda(arg0, arg1) {
38
34
  const ret = String(arg1);
39
35
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -76,10 +72,6 @@ export function __wbg___wbindgen_is_object_3a2c414391dbf751(arg0) {
76
72
  const ret = typeof(val) === 'object' && val !== null;
77
73
  return ret;
78
74
  }
79
- export function __wbg___wbindgen_is_undefined_4410e3c20a99fa97(arg0) {
80
- const ret = arg0 === undefined;
81
- return ret;
82
- }
83
75
  export function __wbg___wbindgen_jsval_eq_174c93ec61bab0c5(arg0, arg1) {
84
76
  const ret = arg0 === arg1;
85
77
  return ret;
@@ -113,6 +105,10 @@ export function __wbg_done_6a8439e544ec6206(arg0) {
113
105
  const ret = arg0.done;
114
106
  return ret;
115
107
  }
108
+ export function __wbg_entries_5a6a7e7e0df09fe5(arg0) {
109
+ const ret = Object.entries(arg0);
110
+ return ret;
111
+ }
116
112
  export function __wbg_getRandomValues_3f44b700395062e5() { return handleError(function (arg0, arg1) {
117
113
  globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
118
114
  }, arguments); }
@@ -120,12 +116,12 @@ export function __wbg_get_44e98e27bda25b5b() { return handleError(function (arg0
120
116
  const ret = Reflect.get(arg0, arg1);
121
117
  return ret;
122
118
  }, arguments); }
123
- export function __wbg_get_unchecked_46e778e3cec74b5e(arg0, arg1) {
119
+ export function __wbg_get_4b90d6d8c5deb5d5(arg0, arg1) {
124
120
  const ret = arg0[arg1 >>> 0];
125
121
  return ret;
126
122
  }
127
- export function __wbg_get_with_ref_key_6412cf3094599694(arg0, arg1) {
128
- const ret = arg0[arg1];
123
+ export function __wbg_get_unchecked_46e778e3cec74b5e(arg0, arg1) {
124
+ const ret = arg0[arg1 >>> 0];
129
125
  return ret;
130
126
  }
131
127
  export function __wbg_instanceof_ArrayBuffer_a581da923203f29f(arg0) {
@@ -138,6 +134,16 @@ export function __wbg_instanceof_ArrayBuffer_a581da923203f29f(arg0) {
138
134
  const ret = result;
139
135
  return ret;
140
136
  }
137
+ export function __wbg_instanceof_Map_7f94c740225003e2(arg0) {
138
+ let result;
139
+ try {
140
+ result = arg0 instanceof Map;
141
+ } catch (_) {
142
+ result = false;
143
+ }
144
+ const ret = result;
145
+ return ret;
146
+ }
141
147
  export function __wbg_instanceof_Uint8Array_b6fe1ac89eba107e(arg0) {
142
148
  let result;
143
149
  try {
@@ -210,12 +216,17 @@ export function __wbindgen_cast_0000000000000001(arg0) {
210
216
  const ret = arg0;
211
217
  return ret;
212
218
  }
213
- export function __wbindgen_cast_0000000000000002(arg0, arg1) {
219
+ export function __wbindgen_cast_0000000000000002(arg0) {
220
+ // Cast intrinsic for `I64 -> Externref`.
221
+ const ret = arg0;
222
+ return ret;
223
+ }
224
+ export function __wbindgen_cast_0000000000000003(arg0, arg1) {
214
225
  // Cast intrinsic for `Ref(String) -> Externref`.
215
226
  const ret = getStringFromWasm0(arg0, arg1);
216
227
  return ret;
217
228
  }
218
- export function __wbindgen_cast_0000000000000003(arg0) {
229
+ export function __wbindgen_cast_0000000000000004(arg0) {
219
230
  // Cast intrinsic for `U64 -> Externref`.
220
231
  const ret = BigInt.asUintN(64, arg0);
221
232
  return ret;
package/u_routing_bg.wasm CHANGED
Binary file