Skip to content

Commit

Permalink
baldacci files tracked
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenGar committed Feb 28, 2024
1 parent 6824a2a commit e087d24
Show file tree
Hide file tree
Showing 8 changed files with 178,890 additions and 3 deletions.
10,488 changes: 10,488 additions & 0 deletions assets/baldacci1.json

Large diffs are not rendered by default.

14,066 changes: 14,066 additions & 0 deletions assets/baldacci2.json

Large diffs are not rendered by default.

78,743 changes: 78,743 additions & 0 deletions assets/baldacci3.json

Large diffs are not rendered by default.

47,797 changes: 47,797 additions & 0 deletions assets/baldacci4.json

Large diffs are not rendered by default.

11,049 changes: 11,049 additions & 0 deletions assets/baldacci5.json

Large diffs are not rendered by default.

16,744 changes: 16,744 additions & 0 deletions assets/baldacci6.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions jagua-rs/src/io/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::sync::Arc;
use std::time::Instant;

use itertools::Itertools;
use log::{Level, log};
use log::{log, Level};

use crate::entities::bin::Bin;
use crate::entities::instances::bin_packing::BPInstance;
Expand All @@ -15,8 +15,8 @@ use crate::entities::problems::bin_packing::BPProblem;
use crate::entities::problems::problem::Problem;
use crate::entities::problems::problem_generic::{LayoutIndex, ProblemGeneric};
use crate::entities::problems::strip_packing::SPProblem;
use crate::entities::quality_zone::N_QUALITIES;
use crate::entities::quality_zone::QualityZone;
use crate::entities::quality_zone::N_QUALITIES;
use crate::entities::solution::Solution;
use crate::geometry::d_transformation::DTransformation;
use crate::geometry::geo_enums::AllowedRotation;
Expand Down
2 changes: 1 addition & 1 deletion lbf/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
mod tests {
use std::path::Path;

use rand::{Rng, SeedableRng};
use rand::prelude::IteratorRandom;
use rand::prelude::SmallRng;
use rand::{Rng, SeedableRng};
use test_case::test_case;

use jagua_rs::entities::problems::problem_generic::LayoutIndex;
Expand Down

0 comments on commit e087d24

Please sign in to comment.