• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

roboptim / roboptim-core / 587 / 1
87%
master: 87%

Build:
DEFAULT BRANCH: master
Ran 01 May 2015 03:10AM UTC
Files 97
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 May 2015 02:39AM UTC coverage: 92.668% (+0.09%) from 92.581%
ROBOPTIM_STORAGE_ORDER=ColMajor

push

travis-ci

bchretien
Add vector_t and bool to the list of available solver parameter types.

WARNING: as a result, string parameters should explicitly use
std::string, rather than relying on a conversion from const char*.
Indeed, since we added bool, the following can be observed:

  // This will be converted to bool:
  parameters["key"].value = "value";
  // While this will be a string:
  parameters["key"].value = std::string ("value");

For more information: http://stackoverflow.com/q/13268608/1043187

This behavior could already be observed with solver state parameters.

2452 of 2646 relevant lines covered (92.67%)

28614.98 hits per line

Source Files on job 587.1 (ROBOPTIM_STORAGE_ORDER=ColMajor)
  • Tree
  • List 0
  • Changed 8
  • Source Changed 6
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 587
  • Travis Job 587.1
  • 7a0bbb74 on github
  • Prev Job for ROBOPTIM_STORAGE_ORDER=ColMajor on master (#586.1)
  • Next Job for ROBOPTIM_STORAGE_ORDER=ColMajor on master (#588.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc