osurs  0.0.1
Functions
olal.h File Reference

Optimize logic abstraction layer. More...

#include "osurs/optimize.h"
#include "osurs/reserve.h"
Include dependency graph for olal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SeatCollectionoptimize_trip (Trip *t)
 Optimize seat reservations on given trip. More...
 

Detailed Description

Optimize logic abstraction layer.

This module contains an abstraction layer between the optimization logic and the planning/routing algorithm

Date
: 2022-09-30
Author
: Tobias Meier

Function Documentation

◆ optimize_trip()

SeatCollection* optimize_trip ( Trip t)

Optimize seat reservations on given trip.

Parameters
tThe trip that needs to be optimized.
Returns
A pointer to the optimized seat collection.