Home
last modified time | relevance | path

Searched refs:time_limit (Results 426 – 450 of 1619) sorted by relevance

1...<<11121314151617181920>>...65

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_tm_params.h78 double time_limit; member
/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Dlevel.cxx95 float time_limit = 9999.0f ; variable
100 return time_limit ; in get_level_clock()
105 if ( time <= time_limit && time_limit_handle >= 0 ) in check_level_clock()
670 sscanf ( s, "%f,%d", & time_limit, & time_limit_handle ) ; in race_command()
867 time_limit = 9999.0f ; in switchDatabase()
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dlinear_solver.h720 void SetTimeLimit(absl::Duration time_limit) { in SetTimeLimit() argument
721 DCHECK_GE(time_limit, absl::ZeroDuration()); in SetTimeLimit()
722 time_limit_ = time_limit; in SetTimeLimit()
816 int64_t time_limit() const { in time_limit() function
827 return static_cast<double>(time_limit()) / 1000.0; in time_limit_in_secs()
/dports/security/vaultwarden/vaultwarden-1.23.1/src/api/core/two_factor/
H A Dmod.rs177 let time_limit = Duration::minutes(CONFIG.incomplete_2fa_time_limit()); in send_incomplete_2fa_notifications() localVariable
178 let incomplete_logins = TwoFactorIncomplete::find_logins_before(&(now - time_limit), &conn); in send_incomplete_2fa_notifications()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/calendar/models/
H A Dcalendar_alarm_manager.py177 time_limit = 3600 * 24 # return alarms of the next 24 hours
182 …= self.do_check_alarm_for_one_date(in_date_format, meeting, max_delta, time_limit, 'notification',…
/dports/math/py-or-tools/or-tools-9.2/ortools/constraint_solver/
H A Drouting_parameters.cc283 if (!IsValidNonNegativeDuration(search_parameters.time_limit())) { in FindErrorInRoutingSearchParameters()
285 search_parameters.time_limit().ShortDebugString(); in FindErrorInRoutingSearchParameters()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/stream_processor/
H A Dflb_sp_snapshot.c84 if (snapshot->time_limit > 0 &&
85 tms->tm.tv_sec - tms0.tm.tv_sec > snapshot->time_limit) {
/dports/math/py-or-tools/or-tools-9.2/ortools/gscip/
H A Dgscip_parameters.h22 void GScipSetTimeLimit(absl::Duration time_limit, GScipParameters* parameters);
/dports/math/librsb/librsb-1.2.0.10/
H A Drsb_krnl_macros.m4460 * Assuming time_limit = *total_elapsed_time :
462 * if(time_limit <= 0) will benchmark at least min_runs times
463 * if(time_limit > 0) will benchmark at least min_runs times and for time_limit seconds
469 double time_limit;
477 time_limit = *total_elapsed_time; /* we read input (FIXME) */
483 if(time_limit <= 0 )
485 time_limit = RSB_BENCHMARK_MIN_SECONDS;
493 //RSB_INFO("will perform min %d runs, for %lg seconds\n",min_runs, time_limit);
499 …while( ( time_limit? ( *total_elapsed_time < time_limit):0 ) || ( min_runs ? ( runs < min_runs ) :…
510 /* RSB_INFO("tl : %lg\n",time_limit );*/
[all …]
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dportscan-buildcycle-pkgsrc.ads32 time_limit : execution_limit;
/dports/math/py-gym/gym-0.21.0/gym/wrappers/
H A D__init__.py3 from gym.wrappers.time_limit import TimeLimit
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_container_regex.h51 int32_t time_limit; member
/dports/math/py-or-tools/or-tools-9.2/ortools/bop/
H A Dcomplete_optimizer.h53 TimeLimit* time_limit) override;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/db/
H A Dbossa_schema.sql11 time_limit integer not null, field
/dports/math/py-heyoka/heyoka.py-0.16.0/doc/notebooks/
H A DThe adaptive integrator.ipynb224 "Outcome : taylor_outcome.time_limit\n",
227 "Outcome : taylor_outcome.time_limit\n",
255 "Note that the integration outcome is now ``time_limit``, instead of ``success``.\n",
365 "Outcome : taylor_outcome.time_limit\n",
371 "Outcome : taylor_outcome.time_limit\n",
408 " ``time_limit``, unless error conditions arise),\n",
429 "Outcome : taylor_outcome.time_limit\n",
540 "(<taylor_outcome.time_limit: -4294967299>,\n",
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/samples/wrapper/
H A Dwrapper.cpp140 double time_limit; member
435 time_limit = 0; in parse()
471 else if (xp.parse_double("time_limit", time_limit)) continue; in parse()
914 if (time_limit && elapsed_time > time_limit) { in poll()
918 application.c_str(), time_limit in poll()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dsync_log.cpp400 Uint8 time_limit = now - CNCDistributionConf::GetPeriodicSyncHeadTime(); in s_CompareEvents() local
404 Uint8 op_rec_no = k->second.getMaxRecNoWithinTimeLimit(time_limit); in s_CompareEvents()
420 && (k->second.prolong_event->local_time < time_limit)) in s_CompareEvents()
434 && (k->second.prolong_event->local_time < time_limit)) in s_CompareEvents()
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dlp_settings.h165 return (m_sw.get_current_seconds() > m_settings.time_limit); in get_cancel_flag()
214 double time_limit; // the maximum time limit of the total run time in seconds member
264time_limit ( std::numeric_limits<double>::max()), // the maximum time limit of the total run time … in lp_settings()
/dports/math/py-cryptominisat/cryptominisat-5.8.0/python/tests/
H A Dtest_pycryptosat.py145 self.assertRaises(ValueError, Solver, time_limit=-1)
149 self.assertRaises(TypeError, Solver, time_limit="fail")
323 solver = Solver(threads=4, time_limit=SAT_TIME_LIMIT)
/dports/math/cryptominisat/cryptominisat-5.8.0/python/tests/
H A Dtest_pycryptosat.py145 self.assertRaises(ValueError, Solver, time_limit=-1)
149 self.assertRaises(TypeError, Solver, time_limit="fail")
323 solver = Solver(threads=4, time_limit=SAT_TIME_LIMIT)
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dlp_settings.h162 return (m_sw.get_current_seconds() > m_settings.time_limit); in get_cancel_flag()
210 double time_limit; // the maximum time limit of the total run time in seconds member
286time_limit ( std::numeric_limits<double>::max()), // the maximum time limit of the total run time … in lp_settings()
/dports/math/py-or-tools/or-tools-9.2/ortools/algorithms/
H A Dknapsack_solver_for_cuts.cc321 double KnapsackSolverForCuts::Solve(TimeLimit* time_limit, in Solve() argument
323 DCHECK(time_limit != nullptr); in Solve()
349 if (time_limit->LimitReached()) { in Solve()
/dports/math/py-osqp/osqp-0.6.2.post0/module/
H A Dinterface.py166 time_limit = kwargs.pop('time_limit', None)
211 if time_limit is not None:
212 self._model.update_time_limit(time_limit)
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A DBUILD.bazel199 name = "time_limit",
200 srcs = ["time_limit.cc"],
201 hdrs = ["time_limit.h"],
/dports/devel/py-celery/celery-4.4.7/celery/worker/
H A Dworker.py364 time_limit=None, argument
398 self.time_limit = either(
399 'task_time_limit', time_limit, task_time_limit)

1...<<11121314151617181920>>...65