osurs  0.0.1
olal.h
Go to the documentation of this file.
1 
12 #ifndef OSURS_OLAL_H_
13 #define OSURS_OLAL_H_
14 
15 #include "osurs/optimize.h"
16 #include "osurs/reserve.h"
17 
26 
27 #endif // OSURS_OLAL_H_
SeatCollection * optimize_trip(Trip *t)
Optimize seat reservations on given trip.
Definition: olal.c:11
Optimization of space utilization on routs.
Connection routing, checking seat availability and reservation.
A seat collection.
Definition: types.h:190
A trip.
Definition: types.h:71