Function report |
Source Code:lib\objagg.c |
Create Date:2022-07-28 07:23:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:objagg_opt_simple_greedy_fillup_hints
Proto:static int objagg_opt_simple_greedy_fillup_hints(struct objagg_hints *objagg_hints, struct objagg *objagg)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct objagg_hints * | objagg_hints | |
struct objagg * | objagg |
852 | graph = objagg_tmp_graph_create(objagg) |
859 | When (index = objagg_tmp_graph_node_max_weight(graph)) != -1 cycle |
861 | crossed_out = true |
862 | hnode = objagg_hints_node_create(objagg_hints, objagg_obj, obj_size, NULL) |
870 | parent_hnode = hnode |
871 | When j < nodes_count cycle |
872 | If Not objagg_tmp_graph_is_edge(graph, index, j) Then Continue |
875 | If crossed_out Then Continue |
877 | crossed_out = true |
889 | err = 0 |
890 | out : |
892 | Return err |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |