WPBDC 2015.3.5 → 2015.3.7
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.
- checksums.yaml +8 -8
- data/ext/WPBDC/judge.h +1 -1
- data/ext/WPBDC/scenario_descriptors.h +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZjIxNGJhMDcyOTI3MDk1MTU1M2RjZWIyOWRiN2VkM2E2OWY1NTFjMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
N2ZjYWQzOWRjNWMzOTE5YWJiMzIzOWY2N2ViYjE1Y2M3YmUxZGExMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MGZjN2M0NGQ4MDYyMTAxN2NhMDRlODU2MTIwNDQyNjNhYmYyNGU0Mjk2MGJi
|
|
10
|
+
Y2NhODFmODBlZDMxM2JiYzVhMGQ1NTZiNGVlZmRiYjBiZWYwMzI0NWRhNGFk
|
|
11
|
+
MWVjMWRjOTVhY2E1YTRjZmVmYWExY2YzNzE1NTc2YzNiYTI3NDg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDU2MGVkMzlmYjdkY2IxZTQzZGJmYjhjYWJjM2UxM2RiNDAxNWRlNDBhMmRk
|
|
14
|
+
YTA2MDE1OGY5ODVjMjRkNDU5NDMyMjc4NDJlODNlZjNlN2I2NjU5MWMzNThi
|
|
15
|
+
NTNhNWE3MmVkOGUyNzVhYWY1N2JjMzEwYTVlYWY3YmIxNjAyOTQ=
|
data/ext/WPBDC/judge.h
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
#define NULL_SEMIFINAL_SCENARIO_ID "0000000000"
|
|
19
19
|
|
|
20
20
|
// When you set this, you _must_ change the scenario table so its record is in sorted order!
|
|
21
|
-
#define SEMIFINAL_SCENARIO_ID "
|
|
21
|
+
#define SEMIFINAL_SCENARIO_ID "4110416080"
|
|
22
22
|
//#define SEMIFINAL_SCENARIO_ID NULL_SEMIFINAL_SCENARIO_ID
|
|
23
23
|
|
|
24
24
|
// Status returns from analyze().
|
|
@@ -374,6 +374,7 @@ static TScenarioDescriptor scenario_descriptor_tbl[] = {
|
|
|
374
374
|
{ 372, "4101220300", "16D", 87400.00 },
|
|
375
375
|
{ 373, "4101220360", "78D", 107400.00 },
|
|
376
376
|
{ 374, "4101220361", "83D", 121400.00 },
|
|
377
|
+
{ 999, "4110416080", "99D", 170000.00 },
|
|
377
378
|
{ 375, "4110804060", "48D", 105600.00 },
|
|
378
379
|
{ 376, "4110804360", "76D", 111600.00 },
|
|
379
380
|
{ 377, "4110808060", "47D", 102800.00 },
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: WPBDC
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2015.3.
|
|
4
|
+
version: 2015.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gene Ressler
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Container for C code extension that implements the West Point Bridge
|
|
14
14
|
Contest Judge.
|
|
@@ -64,7 +64,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
64
64
|
version: '0'
|
|
65
65
|
requirements: []
|
|
66
66
|
rubyforge_project:
|
|
67
|
-
rubygems_version: 2.
|
|
67
|
+
rubygems_version: 2.4.6
|
|
68
68
|
signing_key:
|
|
69
69
|
specification_version: 4
|
|
70
70
|
summary: Judge functions of the Engineering Encounters Bridge Design Contest
|