~ubuntu-branches/debian/sid/calligraplan/sid

« back to all changes in this revision

Viewing changes to src/plugins/schedulers/rcps/3rdparty/LibRCPS/src/decode.h

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2018-02-01 18:20:19 UTC
  • Revision ID: package-import@ubuntu.com-20180201182019-1qo7qaim5wejm5k9
Tags: upstream-3.1.0
ImportĀ upstreamĀ versionĀ 3.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef DECODE_H
 
2
#define DECODE_H
 
3
 
 
4
#include "structs.h"
 
5
 
 
6
/* decode a genome. in the moment this stores its findings in
 
7
 * the problem structure */
 
8
struct rcps_phenotype *decode(struct rcps_solver *solver,
 
9
        struct rcps_problem *problem, struct rcps_genome *genome);
 
10
 
 
11
#endif /* DECODE_H */