Home
last modified time | relevance | path

Searched refs:hard_max (Results 1 – 19 of 19) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/examples/python/
H A Dshift_scheduling_sat.py60 soft_max, hard_max, max_cost, prefix):
112 for length in range(soft_max + 1, hard_max + 1):
124 for start in range(len(works) - hard_max):
126 [works[i].Not() for i in range(start, start + hard_max + 1)])
131 soft_max, hard_max, max_cost, prefix):
161 sum_var = model.NewIntVar(hard_min, hard_max, '')
176 if soft_max < hard_max and max_cost > 0:
304 shift, hard_min, soft_min, min_cost, soft_max, hard_max, max_cost = ct
308 model, works, hard_min, soft_min, min_cost, soft_max, hard_max,
316 shift, hard_min, soft_min, min_cost, soft_max, hard_max, max_cost = ct
[all …]
/dports/textproc/p5-Perl-Critic-Tics/Perl-Critic-Tics-0.009/lib/Perl/Critic/Policy/Tics/
H A DProhibitLongLines.pm52 $merge{hard_max} = $merge{base_max} * 1.5 unless exists $merge{hard_max};
55 unless do { no warnings; ($merge{hard_max} = int($merge{hard_max})) >= 1 };
78 my $limit = $self->{hard_max};
/dports/math/py-or-tools/or-tools-9.2/examples/notebook/examples/
H A Dshift_scheduling_sat.ipynb155 " hard_max.\n",
188 " for length in range(soft_max + 1, hard_max + 1):\n",
200 " for start in range(len(works) - hard_max):\n",
207 " soft_max, hard_max, max_cost, prefix):\n",
211 " If forbids sum < hard_min or > hard_max.\n",
226 " hard_max.\n",
237 " sum_var = model.NewIntVar(hard_min, hard_max, '')\n",
252 " if soft_max < hard_max and max_cost > 0:\n",
304 " # soft_max, hard_max, max_penalty)\n",
315 " # soft_max, hard_max, max_penalty)\n",
[all …]
/dports/graphics/libmypaint/libmypaint-1.6.1/
H A Dmypaint-brush-settings.h135 float hard_max; member
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libmypaint/dist/32/include/libmypaint/
H A Dmypaint-brush-settings.h52 float hard_max; member
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libmypaint/dist/64/include/libmypaint/
H A Dmypaint-brush-settings.h52 float hard_max; member
/dports/graphics/mypaint/mypaint-2.0.1/lib/
H A Dbrushsettings.cpp72 "hard_max", inf->hard_max, in get_libmypaint_brush_inputs()
/dports/graphics/darktable/darktable-3.6.1/src/bauhaus/
H A Dbauhaus.h73 float hard_min, hard_max; member
316 void dt_bauhaus_slider_enable_soft_boundaries(GtkWidget *widget, float hard_min, float hard_max);
H A Dbauhaus.c789 if(val > d->hard_max) dt_bauhaus_slider_set_hard_max(widget,val); in dt_bauhaus_slider_set_hard_min()
812 d->hard_max = val; in dt_bauhaus_slider_set_hard_max()
813 d->max = MIN(d->max, d->hard_max); in dt_bauhaus_slider_set_hard_max()
814 d->soft_max = MIN(d->soft_max, d->hard_max); in dt_bauhaus_slider_set_hard_max()
831 return d->hard_max; in dt_bauhaus_slider_get_hard_max()
839 d->min = d->soft_min = CLAMP(val,d->hard_min,d->hard_max); in dt_bauhaus_slider_set_soft_min()
855 d->max = d->soft_max = CLAMP(val,d->hard_min,d->hard_max); in dt_bauhaus_slider_set_soft_max()
891 d->hard_max = hard_max; in dt_bauhaus_slider_enable_soft_boundaries()
1063 d->max = d->soft_max = d->hard_max = max; in dt_bauhaus_slider_from_widget()
1616 if(d->hard_max != 180.0f && d->hard_max != 360.0f) in dt_bauhaus_draw_baseline()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/bauhaus/
H A Dbauhaus.c802 d->hard_max = val; in dt_bauhaus_slider_set_hard_max()
803 d->max = MIN(d->max, d->hard_max); in dt_bauhaus_slider_set_hard_max()
804 d->soft_max = MIN(d->soft_max, d->hard_max); in dt_bauhaus_slider_set_hard_max()
821 return d->hard_max; in dt_bauhaus_slider_get_hard_max()
829 d->min = d->soft_min = CLAMP(val,d->hard_min,d->hard_max); in dt_bauhaus_slider_set_soft_min()
881 d->hard_max = hard_max; in dt_bauhaus_slider_enable_soft_boundaries()
1023 d->max = d->soft_max = d->hard_max = max; in dt_bauhaus_slider_from_widget()
1601 if(d->hard_max != 180.0f && d->hard_max != 360.0f) in dt_bauhaus_draw_baseline()
2560 const float rpos = CLAMP(pos, d->hard_min, d->hard_max); in dt_bauhaus_slider_set_soft()
3024 && new_max <= d->hard_max in _action_process_slider()
[all …]
H A Dbauhaus.h73 float hard_min, hard_max; member
313 void dt_bauhaus_slider_enable_soft_boundaries(GtkWidget *widget, float hard_min, float hard_max);
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/brushlib/
H A Dbrushsettings.py140 i.name, i.hard_min, i.soft_min, i.normal, i.soft_max, i.hard_max, i.dname, i.tooltip = i_list
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/brushlib/
H A Dbrushsettings.py140 i.name, i.hard_min, i.soft_min, i.normal, i.soft_max, i.hard_max, i.dname, i.tooltip = i_list
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/brushlib/
H A Dbrushsettings.py140 i.name, i.hard_min, i.soft_min, i.normal, i.soft_max, i.hard_max, i.dname, i.tooltip = i_list
/dports/graphics/blender/blender-2.91.0/release/scripts/modules/
H A Drna_xml.py156 prop_rna.hard_max == 1.0 and
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dmypaint.h332 inputs[i].hardMax = info->hard_max; in all()
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dbrusheditor.py161 if abs(inp.hard_max) < 1e16:
162 upper = inp.hard_max
/dports/graphics/darktable/darktable-3.6.1/tools/lua_doc/
H A Dcontent.lua997 …types.lua_slider.hard_max:set_text("The hard maximum value for the slider, the user can't manually…
/dports/graphics/darktable38/darktable-3.8.0/tools/lua_doc/
H A Dcontent.lua997 …types.lua_slider.hard_max:set_text("The hard maximum value for the slider, the user can't manually…