Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tokev
/
traffic-visualizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
traffic-visualizer
/
third_party
/
CityFlow
/
src
/
utility
/
config.h
tokev
Add files using upload-large-folder tool
4d03ebc
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
156 Bytes
#
ifndef
CITYFLOW_CONFIG_H
#
define
CITYFLOW_CONFIG_H
namespace CityFlow {
const
int
MAX_NUM_CARS_ON_SEGMENT =
10
;
}
#
endif
//CITYFLOW_CONFIG_H