Skip to content

saitamau-maximum/icfpc2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICFPC 2025

The ICFPC 2025 solution for team "Maximum".

Team members:

CLI

Setup

cp .env.example .env

Fill in the ICFPC_TEAM_ID in the .env file.

Build

cargo build --release

Usage

# Select a problem
./target/release/aedificium select probatio

# Select a problem from stdin
./target/release/aedificium select < problem.txt

# Explore multiple plans
./target/release/aedificium explore '["0325", "1234"]'

# Explore multiple plans from stdin
./target/release/aedificium explore < plans.json

# Submit a map guess
./target/release/aedificium guess '{"rooms":[1,2],"startingRoom":1,"connections":[]}'

# Submit a map guess from stdin
./target/release/aedificium guess < map.json

Run Solver (eg. Greedy)

cargo run --bin greedy # debug mode run

cargo build --release # release mode run
./target/release/greedy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published