fclib_info Struct Reference

This structure allows the user to enter a problem information as a title, a short description and known mathematical properties of the problem. More...

#include <fclib.h>

Public Attributes

char * title
 title of the problem More...
 
char * description
 short decription of the problem More...
 
char * math_info
 known properties of the problem (existence, uniqueness, ...) More...
 

Detailed Description

This structure allows the user to enter a problem information as a title, a short description and known mathematical properties of the problem.

Definition at line 110 of file fclib.h.

Member Data Documentation

◆ title

char* fclib_info::title

title of the problem

Definition at line 113 of file fclib.h.

Referenced by compare_infos(), delete_info(), problem_info(), and read_problem_info().

◆ description

char* fclib_info::description

short decription of the problem

Definition at line 115 of file fclib.h.

Referenced by compare_infos(), delete_info(), problem_info(), and read_problem_info().

◆ math_info

char* fclib_info::math_info

known properties of the problem (existence, uniqueness, ...)

Definition at line 117 of file fclib.h.

Referenced by compare_infos(), delete_info(), problem_info(), and read_problem_info().